Always register the cheat event, for savestates.

This way, if you savestate with cheats on or off, it'll load fine.
This commit is contained in:
Unknown W. Brackets
2013-10-07 07:46:18 -07:00
parent 07cf92b3a9
commit 0c8cc25eb4
3 changed files with 17 additions and 1 deletions
+1
View File
@@ -247,6 +247,7 @@ void __KernelDoState(PointerWrap &p)
__HeapDoState(p);
__PPGeDoState(p);
__CheatDoState(p);
}
{