mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Fix Cheat Manager not saving created codes
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user