From f51e1ec80583a6b0a391150668371b3eb902804a Mon Sep 17 00:00:00 2001 From: StapleButter Date: Thu, 18 Oct 2018 03:10:17 +0200 Subject: I guess that might have malfunctioned --- src/NDS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/NDS.cpp b/src/NDS.cpp index 82d1771..0280c39 100644 --- a/src/NDS.cpp +++ b/src/NDS.cpp @@ -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; -- cgit v1.2.3