aboutsummaryrefslogtreecommitdiff
path: root/src/GPU.h
diff options
context:
space:
mode:
authorWaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com>2021-05-03 13:36:21 +0100
committerWaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com>2021-05-03 13:40:44 +0100
commit2ff065e5eab38165b4f3380284f58bc8019d8712 (patch)
treef40ffe2564979b0a3d50942a893c0e7b72fdb5b6 /src/GPU.h
parentcc36f55b8ca18ea32a29ceaa96d5e9022b4af301 (diff)
Fix some compiler warnings
Diffstat (limited to 'src/GPU.h')
-rw-r--r--src/GPU.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GPU.h b/src/GPU.h
index 7299b90..1432bdf 100644
--- a/src/GPU.h
+++ b/src/GPU.h
@@ -93,7 +93,7 @@ struct VRAMTrackingSet
void Reset()
{
- for (int i = 0; i < Size / MappingGranularity; i++)
+ for (u32 i = 0; i < Size / MappingGranularity; i++)
{
// this is not a real VRAM bank
// so it will always be a mismatch => the bank will be completely invalidated