mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 17:18:53 +00:00
Qt: Implement Cheats Manager
This commit is contained in:
parent
396204248d
commit
c09075209f
14 changed files with 813 additions and 13 deletions
|
@ -73,6 +73,7 @@ signals:
|
|||
void BootGameCubeIPL(DiscIO::Region region);
|
||||
void ShowFIFOPlayer();
|
||||
void ShowAboutDialog();
|
||||
void ShowCheatsManager();
|
||||
void ConnectWiiRemote(int id);
|
||||
|
||||
// Options
|
||||
|
@ -157,6 +158,7 @@ private:
|
|||
QMenu* m_backup_menu;
|
||||
|
||||
// Tools
|
||||
QAction* m_show_cheat_manager;
|
||||
QAction* m_wad_install_action;
|
||||
QMenu* m_perform_online_update_menu;
|
||||
QAction* m_perform_online_update_for_current_region;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue