mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-30 04:14:43 +01:00
Init g_fxo in SPRX Loader mode
This commit is contained in:
parent
ebdb0781fa
commit
232e815f17
|
|
@ -1020,6 +1020,7 @@ void Emulator::Load(const std::string& title_id, bool add_only, bool force_globa
|
|||
m_state = system_state::ready;
|
||||
GetCallbacks().on_ready();
|
||||
vm::init();
|
||||
g_fxo->init();
|
||||
Run();
|
||||
m_force_boot = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue