mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06: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:
@ -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
|
||||
|
Reference in New Issue
Block a user