mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Merge pull request #3067 from JosJuice/cheat-manager-regression
Fix Cheat Manager not saving created codes
This commit is contained in:
commit
b0dbb6ef46
7 changed files with 13 additions and 12 deletions
|
@ -933,9 +933,4 @@ bool RunCode(const ARCode &arcode)
|
|||
return true;
|
||||
}
|
||||
|
||||
std::vector<ARCode>* GetARCodes()
|
||||
{
|
||||
return &arCodes;
|
||||
}
|
||||
|
||||
} // namespace ActionReplay
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue