emucore: Initialize fxo on loading RSX captures
- Fixes crash on capture replay
This commit is contained in:
@@ -579,6 +579,7 @@ bool Emulator::BootRsxCapture(const std::string& path)
|
|||||||
g_cfg.video.disable_on_disk_shader_cache.set(true);
|
g_cfg.video.disable_on_disk_shader_cache.set(true);
|
||||||
|
|
||||||
vm::init();
|
vm::init();
|
||||||
|
g_fxo->init();
|
||||||
|
|
||||||
// PS3 'executable'
|
// PS3 'executable'
|
||||||
m_state = system_state::ready;
|
m_state = system_state::ready;
|
||||||
|
|||||||
Reference in New Issue
Block a user