mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-07 14:29:41 -06:00
Fix some compiler warnings
This commit is contained in:
@ -839,7 +839,7 @@ void Reset()
|
||||
Mappings[region].Clear();
|
||||
}
|
||||
|
||||
for (int i = 0; i < sizeof(MappingStatus9); i++)
|
||||
for (size_t i = 0; i < sizeof(MappingStatus9); i++)
|
||||
{
|
||||
assert(MappingStatus9[i] == memstate_Unmapped);
|
||||
assert(MappingStatus7[i] == memstate_Unmapped);
|
||||
|
Reference in New Issue
Block a user