mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12: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();
|
Emu.Load();
|
||||||
|
|
||||||
LOG_SUCCESS(HLE, "(S)ELF: boot done.");
|
LOG_SUCCESS(HLE, "(S)ELF: boot done.");
|
||||||
|
|
||||||
|
if (Ini.HLEAlwaysStart.GetValue() && Emu.IsReady())
|
||||||
|
{
|
||||||
|
Emu.Run();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainFrame::Pause(wxCommandEvent& WXUNUSED(event))
|
void MainFrame::Pause(wxCommandEvent& WXUNUSED(event))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue