mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
emucore: Initialize fxo on loading RSX captures
- Fixes crash on capture replay
This commit is contained in:
parent
2962e05f26
commit
64aff7f019
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue