mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Include cleaning
This commit is contained in:
parent
6f0531b3f7
commit
50b5d72bb2
31 changed files with 291 additions and 216 deletions
|
|
@ -715,6 +715,14 @@ void MainFrame::UpdateUI(wxCommandEvent& event)
|
|||
default:
|
||||
return;
|
||||
}
|
||||
|
||||
if (event.GetId() == DID_STOPPED_EMU)
|
||||
{
|
||||
if (Ini.HLEExitOnStop.GetValue())
|
||||
{
|
||||
wxGetApp().Exit();
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue