mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
Improved sprx boot (for devs only)
This commit is contained in:
parent
15fe8f1c51
commit
d8abe75526
2 changed files with 18 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue