mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 18:01:56 +00:00
Merge pull request #7089 from spycrab/qt_refresh_hotkey
Qt: Implement "Refresh Game List" hotkey
This commit is contained in:
commit
ca32b4127e
3 changed files with 7 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue