mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Merge pull request #558 from Bigpet/modunload
unload modules upon stopping
This commit is contained in:
commit
f240690ff5
2 changed files with 13 additions and 3 deletions
|
@ -416,8 +416,7 @@ void Emulator::Stop()
|
|||
GetKeyboardManager().Close();
|
||||
GetMouseManager().Close();
|
||||
GetCallbackManager().Clear();
|
||||
// TODO: not all modules unload cleanly, so we're not unloading them for now
|
||||
//GetModuleManager().UnloadModules();
|
||||
GetModuleManager().UnloadModules();
|
||||
|
||||
CurGameInfo.Reset();
|
||||
Memory.Close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue