mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-05 22:55:04 -06: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();
|
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…
Reference in New Issue
Block a user