mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Merge pull request #3067 from JosJuice/cheat-manager-regression
Fix Cheat Manager not saving created codes
This commit is contained in:
@ -933,9 +933,4 @@ bool RunCode(const ARCode &arcode)
|
||||
return true;
|
||||
}
|
||||
|
||||
std::vector<ARCode>* GetARCodes()
|
||||
{
|
||||
return &arCodes;
|
||||
}
|
||||
|
||||
} // namespace ActionReplay
|
||||
|
Reference in New Issue
Block a user