emucore: Initialize fxo on loading RSX captures

- Fixes crash on capture replay
This commit is contained in:
kd-11 2019-08-27 17:45:51 +03:00 committed by kd-11
parent 2962e05f26
commit 64aff7f019

View File

@ -579,6 +579,7 @@ bool Emulator::BootRsxCapture(const std::string& path)
g_cfg.video.disable_on_disk_shader_cache.set(true);
vm::init();
g_fxo->init();
// PS3 'executable'
m_state = system_state::ready;