mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Qt: Implement hotkeys (+ configuration)
This commit is contained in:
parent
096399d371
commit
151ae38a56
24 changed files with 958 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue