mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
Init g_fxo in SPRX Loader mode
This commit is contained in:
parent
ebdb0781fa
commit
232e815f17
1 changed files with 1 additions and 0 deletions
|
@ -1020,6 +1020,7 @@ void Emulator::Load(const std::string& title_id, bool add_only, bool force_globa
|
||||||
m_state = system_state::ready;
|
m_state = system_state::ready;
|
||||||
GetCallbacks().on_ready();
|
GetCallbacks().on_ready();
|
||||||
vm::init();
|
vm::init();
|
||||||
|
g_fxo->init();
|
||||||
Run();
|
Run();
|
||||||
m_force_boot = false;
|
m_force_boot = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue