mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-22 00:20:40 +01: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…
Reference in a new issue