mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-20 14:01:44 +12:00
[AR] More opcodes
This commit is contained in:
parent
8e45b8c324
commit
08596c1a24
2 changed files with 102 additions and 6 deletions
|
@ -14,7 +14,7 @@ class ActionReplay {
|
|||
|
||||
// When an instruction does not specify which offset or data register to use, we use the "active" one
|
||||
// Which is by default #1 and may be changed by certain AR operations
|
||||
u32 *activeOffset, *activeData;
|
||||
u32 *activeOffset, *activeData, *activeStorage;
|
||||
|
||||
// Program counter
|
||||
u32 pc = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue