mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Merge pull request #3531 from Sonicadvance1/fix_exit_hotkey
Fix the Exit hotkey.
This commit is contained in:
commit
d134858403
@ -1322,7 +1322,7 @@ void CFrame::ParseHotkeys()
|
||||
if (IsHotkey(HK_SCREENSHOT))
|
||||
Core::SaveScreenShot();
|
||||
if (IsHotkey(HK_EXIT))
|
||||
wxPostEvent(this, wxCommandEvent(wxID_EXIT));
|
||||
wxPostEvent(this, wxCommandEvent(wxEVT_MENU, wxID_EXIT));
|
||||
if (IsHotkey(HK_VOLUME_DOWN))
|
||||
AudioCommon::DecreaseVolume(3);
|
||||
if (IsHotkey(HK_VOLUME_UP))
|
||||
|
Loading…
x
Reference in New Issue
Block a user