Improved sprx boot (for devs only)

This commit is contained in:
Nekotekina 2017-07-13 18:35:37 +03:00
parent 15fe8f1c51
commit d8abe75526
2 changed files with 18 additions and 1 deletions

View file

@ -536,7 +536,7 @@ void Emulator::Load()
m_state = system_state::ready;
GetCallbacks().on_ready();
vm::ps3::init();
ppu_load_prx(ppu_prx, "");
ppu_load_prx(ppu_prx, m_path);
}
else if (spu_exec.open(elf_file) == elf_error::ok)
{