mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
GUI : Boot elf and run at start
This commit is contained in:
parent
e7ad52ee9f
commit
f151ba7c53
1 changed files with 5 additions and 0 deletions
|
@ -304,6 +304,11 @@ void MainFrame::BootElf(wxCommandEvent& WXUNUSED(event))
|
|||
Emu.Load();
|
||||
|
||||
LOG_SUCCESS(HLE, "(S)ELF: boot done.");
|
||||
|
||||
if (Ini.HLEAlwaysStart.GetValue() && Emu.IsReady())
|
||||
{
|
||||
Emu.Run();
|
||||
}
|
||||
}
|
||||
|
||||
void MainFrame::Pause(wxCommandEvent& WXUNUSED(event))
|
||||
|
|
Loading…
Add table
Reference in a new issue