mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Implement "Refresh Game List" hotkey
This commit is contained in:
@ -165,6 +165,10 @@ void HotkeyScheduler::Run()
|
||||
Common::SleepCurrentThread(100);
|
||||
}
|
||||
|
||||
// Refresh Game List
|
||||
if (IsHotkey(HK_REFRESH_LIST))
|
||||
emit RefreshGameListHotkey();
|
||||
|
||||
// Pause and Unpause
|
||||
if (IsHotkey(HK_PLAY_PAUSE))
|
||||
emit TogglePauseHotkey();
|
||||
|
Reference in New Issue
Block a user