mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
Fix some compiler warnings
This commit is contained in:
@ -98,7 +98,7 @@ void Write(u8 val, bool last)
|
||||
return;
|
||||
}
|
||||
|
||||
if (CurPos == -1)
|
||||
if (CurPos == 0xFFFFFFFF)
|
||||
{
|
||||
CurPos = val;
|
||||
//printf("BPTWL: reg=%02X\n", val);
|
||||
|
Reference in New Issue
Block a user