mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Make iso properties non modal.
This commit is contained in:
parent
5fc62ac563
commit
2df8190e1a
13 changed files with 69 additions and 45 deletions
|
@ -934,4 +934,9 @@ 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