mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Better Support For Game Collections (#4450)
This commit is contained in:
parent
141d78344a
commit
cafa4521ee
8 changed files with 173 additions and 71 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include "stdafx.h"
|
||||
#include "stdafx.h"
|
||||
#include "Emu/Memory/vm.h"
|
||||
#include "Emu/System.h"
|
||||
#include "Emu/IdManager.h"
|
||||
|
|
@ -314,7 +314,7 @@ void _sys_process_exit2(ppu_thread& ppu, s32 status, vm::ptr<sys_exit2_param> ar
|
|||
}
|
||||
|
||||
Emu.SetForceBoot(true);
|
||||
Emu.BootGame(path, true);
|
||||
Emu.BootGame(path, "", true);
|
||||
});
|
||||
|
||||
ppu.state += cpu_flag::dbg_global_stop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue