mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Boot messages
This commit is contained in:
parent
1ede0f4706
commit
1c8cb3b7d3
3 changed files with 10 additions and 3 deletions
|
|
@ -359,7 +359,7 @@ void MainFrame::BootElf(wxCommandEvent& WXUNUSED(event))
|
|||
Emu.SetPath(fmt::ToUTF8(ctrl.GetPath()));
|
||||
Emu.Load();
|
||||
|
||||
LOG_SUCCESS(LOADER, "(S)ELF: boot done.");
|
||||
if (Emu.IsReady()) LOG_SUCCESS(LOADER, "(S)ELF: boot done.");
|
||||
}
|
||||
|
||||
void MainFrame::DecryptSPRXLibraries(wxCommandEvent& WXUNUSED(event))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue