mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Qt: Add missing gamelist contextmenu options
This commit is contained in:
parent
54dcd3a89b
commit
2f523afc41
6 changed files with 324 additions and 7 deletions
|
@ -50,6 +50,9 @@ public slots:
|
|||
void EmulationStopped();
|
||||
void UpdateStateSlotMenu();
|
||||
|
||||
// Tools
|
||||
void InstallWAD();
|
||||
|
||||
private:
|
||||
void AddFileMenu();
|
||||
|
||||
|
@ -62,12 +65,16 @@ private:
|
|||
void AddGameListTypeSection(QMenu* view_menu);
|
||||
void AddTableColumnsMenu(QMenu* view_menu);
|
||||
|
||||
void AddToolsMenu();
|
||||
void AddHelpMenu();
|
||||
|
||||
// File
|
||||
QAction* m_open_action;
|
||||
QAction* m_exit_action;
|
||||
|
||||
// Tools
|
||||
QAction* m_wad_install_action;
|
||||
|
||||
// Emulation
|
||||
QAction* m_play_action;
|
||||
QAction* m_pause_action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue