mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-11 18:33:41 +00:00
Oops, missed some state in HLE to reset.
This commit is contained in:
parent
c9288ca0ac
commit
b8ae91237e
@ -57,7 +57,9 @@ void HLEInit()
|
||||
|
||||
void HLEShutdown()
|
||||
{
|
||||
hleAfterSyscall = HLE_AFTER_NOTHING;
|
||||
moduleDB.clear();
|
||||
unresolvedSyscalls.clear();
|
||||
}
|
||||
|
||||
void RegisterModule(const char *name, int numFunctions, const HLEFunction *funcTable)
|
||||
|
Loading…
Reference in New Issue
Block a user