From 1f0b60c47d0a6ee9b4ecbaa9e1f66e8818d0d49d Mon Sep 17 00:00:00 2001 From: Ev1lbl0w Date: Fri, 5 Mar 2021 21:48:11 +0000 Subject: Fix negative VRAM values --- core/core_bind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/core_bind.cpp b/core/core_bind.cpp index 47c75cfa28..e7a77384da 100644 --- a/core/core_bind.cpp +++ b/core/core_bind.cpp @@ -566,7 +566,7 @@ struct _OSCoreBindImg { void _OS::print_all_textures_by_size() { List<_OSCoreBindImg> imgs; - int total = 0; + uint64_t total = 0; { List> rsrc; ResourceCache::get_cached_resources(&rsrc); -- cgit v1.2.3