mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 15:13:37 +02:00
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:
@@ -247,6 +247,7 @@ void __KernelDoState(PointerWrap &p)
|
||||
__HeapDoState(p);
|
||||
|
||||
__PPGeDoState(p);
|
||||
__CheatDoState(p);
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user