mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
Merge pull request #580 from raven02/patch-6
GUI : Boot elf and run at start
This commit is contained in:
commit
4e55be9762
|
|
@ -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…
Reference in a new issue