mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
Qt: Implement Cheats Manager
This commit is contained in:
parent
396204248d
commit
c09075209f
14 changed files with 813 additions and 13 deletions
|
@ -22,6 +22,7 @@ class QProgressDialog;
|
|||
|
||||
class BreakpointWidget;
|
||||
struct BootParameters;
|
||||
class CheatsManager;
|
||||
class CodeWidget;
|
||||
class ControllersWindow;
|
||||
class DragEnterEvent;
|
||||
|
@ -121,6 +122,7 @@ private:
|
|||
void ShowNetPlaySetupDialog();
|
||||
void ShowFIFOPlayer();
|
||||
void ShowMemcardManager();
|
||||
void ShowCheatsManager();
|
||||
|
||||
void NetPlayInit();
|
||||
bool NetPlayJoin();
|
||||
|
@ -188,4 +190,5 @@ private:
|
|||
FIFOPlayerWindow* m_fifo_window;
|
||||
RegisterWidget* m_register_widget;
|
||||
WatchWidget* m_watch_widget;
|
||||
CheatsManager* m_cheats_manager;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue