mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Qt: Implement missing hotkeys
This commit is contained in:
@ -20,6 +20,10 @@ public:
|
||||
void Start();
|
||||
void Stop();
|
||||
signals:
|
||||
void Open();
|
||||
void EjectDisc();
|
||||
void ChangeDisc();
|
||||
|
||||
void ExitHotkey();
|
||||
void FullScreenHotkey();
|
||||
void StopHotkey();
|
||||
|
Reference in New Issue
Block a user