Oops, missed some state in HLE to reset.

This commit is contained in:
Unknown W. Brackets 2012-12-24 21:04:28 -08:00
parent c9288ca0ac
commit b8ae91237e

View File

@ -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)