mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-06 00:18:21 +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()
|
void HLEShutdown()
|
||||||
{
|
{
|
||||||
|
hleAfterSyscall = HLE_AFTER_NOTHING;
|
||||||
moduleDB.clear();
|
moduleDB.clear();
|
||||||
|
unresolvedSyscalls.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void RegisterModule(const char *name, int numFunctions, const HLEFunction *funcTable)
|
void RegisterModule(const char *name, int numFunctions, const HLEFunction *funcTable)
|
||||||
|
Loading…
Reference in New Issue
Block a user