mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Finally remove fxm from IdManager
This commit is contained in:
parent
c065a21b74
commit
465b16e786
4 changed files with 1 additions and 146 deletions
|
@ -322,7 +322,6 @@ void Emulator::Init()
|
|||
}
|
||||
|
||||
idm::init();
|
||||
fxm::init();
|
||||
g_fxo->reset();
|
||||
|
||||
// Reset defaults, cache them
|
||||
|
@ -1791,7 +1790,6 @@ void Emulator::Stop(bool restart)
|
|||
|
||||
lv2_obj::cleanup();
|
||||
idm::clear();
|
||||
fxm::clear();
|
||||
g_fxo->reset();
|
||||
|
||||
LOG_NOTICE(GENERAL, "Objects cleared...");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue