mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-06 04:01:44 +00:00
dmnt-cheat: amend inline docs
This commit is contained in:
parent
5d79952bdd
commit
da664b49ad
1 changed files with 1 additions and 1 deletions
|
@ -401,7 +401,7 @@ bool DmntCheatVm::DecodeNextOpcode(CheatVmOpcode *out) {
|
||||||
/* c = condition type. */
|
/* c = condition type. */
|
||||||
/* S = source register. */
|
/* S = source register. */
|
||||||
/* X = value operand type, 0 = main/heap with relative offset, 1 = main/heap with offset register, */
|
/* X = value operand type, 0 = main/heap with relative offset, 1 = main/heap with offset register, */
|
||||||
/* 1 = register with relative offset, 2 = register with offset register, 3 = static value. */
|
/* 2 = register with relative offset, 3 = register with offset register, 4 = static value. */
|
||||||
/* M = memory type. */
|
/* M = memory type. */
|
||||||
/* a = relative address. */
|
/* a = relative address. */
|
||||||
/* r = offset register. */
|
/* r = offset register. */
|
||||||
|
|
Loading…
Reference in a new issue