mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00: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