mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Qt: Implement hotkeys (+ configuration)
This commit is contained in:
@ -38,6 +38,9 @@ signals:
|
||||
void StateSaveOldest();
|
||||
void SetStateSlot(int slot);
|
||||
|
||||
// Options
|
||||
void ConfigureHotkeys();
|
||||
|
||||
// View
|
||||
void ShowTable();
|
||||
void ShowList();
|
||||
@ -66,6 +69,7 @@ private:
|
||||
void AddGameListTypeSection(QMenu* view_menu);
|
||||
void AddTableColumnsMenu(QMenu* view_menu);
|
||||
|
||||
void AddOptionsMenu();
|
||||
void AddToolsMenu();
|
||||
void AddHelpMenu();
|
||||
|
||||
|
Reference in New Issue
Block a user