mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Qt: Add "Load System Menu" option to menubar
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user