mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Make iso properties non modal.
This commit is contained in:
@ -934,4 +934,9 @@ bool RunCode(const ARCode &arcode)
|
||||
return true;
|
||||
}
|
||||
|
||||
std::vector<ARCode> GetARCodes()
|
||||
{
|
||||
return arCodes;
|
||||
}
|
||||
|
||||
} // namespace ActionReplay
|
||||
|
Reference in New Issue
Block a user