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()
{
hleAfterSyscall = HLE_AFTER_NOTHING;
moduleDB.clear();
unresolvedSyscalls.clear();
}
void RegisterModule(const char *name, int numFunctions, const HLEFunction *funcTable)