mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 17:58:37 +12:00
Emu: Do not obey auto-exit setting after creating firmware cache
This commit is contained in:
parent
d51bb8b1cc
commit
e9bea1c742
1 changed files with 1 additions and 0 deletions
|
@ -1188,6 +1188,7 @@ game_boot_result Emulator::Load(const std::string& title_id, bool add_only, bool
|
||||||
// Exit "process"
|
// Exit "process"
|
||||||
Emu.CallAfter([]
|
Emu.CallAfter([]
|
||||||
{
|
{
|
||||||
|
Emu.SetForceBoot(true);
|
||||||
Emu.Stop();
|
Emu.Stop();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue