mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Merge pull request #580 from raven02/patch-6
GUI : Boot elf and run at start
This commit is contained in:
commit
4e55be9762
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