mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-06 00:40:11 +00:00
emucore: Initialize fxo on loading RSX captures
- Fixes crash on capture replay
This commit is contained in:
parent
2962e05f26
commit
64aff7f019
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user