mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
Qt: Add "Load System Menu" option to menubar
This commit is contained in:
parent
cf79ff2366
commit
3a27d60937
2 changed files with 20 additions and 0 deletions
|
@ -39,6 +39,7 @@ signals:
|
|||
void StateSaveUndo();
|
||||
void StateSaveOldest();
|
||||
void SetStateSlot(int slot);
|
||||
void BootWiiSystemMenu();
|
||||
|
||||
void PerformOnlineUpdate(const std::string& region);
|
||||
|
||||
|
@ -95,6 +96,7 @@ private:
|
|||
QAction* m_fullscreen_action;
|
||||
QAction* m_frame_advance_action;
|
||||
QAction* m_screenshot_action;
|
||||
QAction* m_boot_sysmenu;
|
||||
QMenu* m_state_load_menu;
|
||||
QMenu* m_state_save_menu;
|
||||
QMenu* m_state_slot_menu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue