mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
I guess that might have malfunctioned
This commit is contained in:
@ -406,7 +406,7 @@ bool DoSavestate_Scheduler(Savestate* file)
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (funcid < 0)
|
||||
if (funcid == -1)
|
||||
{
|
||||
printf("savestate: VERY BAD!!!!! FUNCTION POINTER FOR EVENT %d NOT IN HACKY LIST. CANNOT SAVE. SMACK STAPLEBUTTER.\n", i);
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user