mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Add RetroAchievements development menu
When the menu exists, it replaces the Achievements action in the Tools menu.
This commit is contained in:
@ -44,6 +44,9 @@ public:
|
||||
explicit MenuBar(QWidget* parent = nullptr);
|
||||
|
||||
void UpdateToolsMenu(Core::State state);
|
||||
#ifdef RC_CLIENT_SUPPORTS_RAINTEGRATION
|
||||
void UpdateAchievementDevelopmentMenu();
|
||||
#endif // RC_CLIENT_SUPPORTS_RAINTEGRATION
|
||||
|
||||
QMenu* GetListColumnsMenu() const { return m_cols_menu; }
|
||||
|
||||
@ -205,6 +208,10 @@ private:
|
||||
QAction* m_wad_install_action;
|
||||
QMenu* m_perform_online_update_menu;
|
||||
QAction* m_perform_online_update_for_current_region;
|
||||
QAction* m_achievements_action;
|
||||
#ifdef RC_CLIENT_SUPPORTS_RAINTEGRATION
|
||||
QMenu* m_achievements_dev_menu;
|
||||
#endif // RC_CLIENT_SUPPORTS_RAINTEGRATION
|
||||
QAction* m_ntscj_ipl;
|
||||
QAction* m_ntscu_ipl;
|
||||
QAction* m_pal_ipl;
|
||||
|
Reference in New Issue
Block a user