mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-29 13:45:51 +00:00
Fix Cheat Manager not saving created codes
This commit is contained in:
parent
3f56480903
commit
17edcc4fc7
7 changed files with 13 additions and 12 deletions
|
@ -70,9 +70,13 @@ public:
|
|||
|
||||
bool bRefreshList;
|
||||
|
||||
// These are only public because of the ugly hack in CreateCodeDialog.cpp
|
||||
void ActionReplayList_Load();
|
||||
bool SaveGameConfig();
|
||||
|
||||
// This only exists because of the ugly hack in CreateCodeDialog.cpp
|
||||
void AddARCode(const ActionReplay::ARCode& code);
|
||||
|
||||
private:
|
||||
DECLARE_EVENT_TABLE();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue