mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Net: Fix memory corruption on save old state.
Can't restore these if they're not inited either.
This commit is contained in:
@@ -683,6 +683,7 @@ int __KernelRegisterActionType(ActionCreator creator)
|
||||
|
||||
void __KernelRestoreActionType(int actionType, ActionCreator creator)
|
||||
{
|
||||
_assert_(actionType >= 0);
|
||||
mipsCalls.restoreActionType(actionType, creator);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user