mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Implement "Load GameCube Main Menu"
This commit is contained in:
@ -55,6 +55,9 @@ signals:
|
||||
|
||||
void PerformOnlineUpdate(const std::string& region);
|
||||
|
||||
// Tools
|
||||
void BootGameCubeIPL(DiscIO::Region region);
|
||||
|
||||
// Options
|
||||
void Configure();
|
||||
void ConfigureGraphics();
|
||||
@ -97,6 +100,9 @@ private:
|
||||
QAction* m_wad_install_action;
|
||||
QMenu* m_perform_online_update_menu;
|
||||
QAction* m_perform_online_update_for_current_region;
|
||||
QAction* m_ntscj_ipl;
|
||||
QAction* m_ntscu_ipl;
|
||||
QAction* m_pal_ipl;
|
||||
|
||||
// Emulation
|
||||
QAction* m_play_action;
|
||||
|
Reference in New Issue
Block a user