mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Fix 4.0-5689 regression (AR codes, patches)
CreateCodeTab, ARCodeAddEdit and PatchAddEdit need to be able to modify arCodes/onFrame.
This commit is contained in:
parent
e96569ff0c
commit
4a41ab1715
10 changed files with 34 additions and 34 deletions
|
@ -934,9 +934,9 @@ bool RunCode(const ARCode &arcode)
|
|||
return true;
|
||||
}
|
||||
|
||||
std::vector<ARCode> GetARCodes()
|
||||
std::vector<ARCode>* GetARCodes()
|
||||
{
|
||||
return arCodes;
|
||||
return &arCodes;
|
||||
}
|
||||
|
||||
} // namespace ActionReplay
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue