mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-09-26 05:03:33 +02:00
Update README.md
This commit is contained in:
parent
a575254741
commit
bfcce80bd9
@ -1,3 +1,12 @@
|
||||
# DMNT limits
|
||||
## MaxCheatCount = 0x80;
|
||||
Total number of cheat codes that can be put in a cheat code file and be loaded into memory
|
||||
|
||||
## uint32_t opcodes[0x100];
|
||||
Each cheat can have up to 0x100 opcodes.
|
||||
|
||||
## MaximumProgramOpcodeCount = 0x400;
|
||||
No more than 0x400 opcodes can be enabled at anytime.
|
||||
|
||||

|
||||
=====
|
||||
|
Loading…
Reference in New Issue
Block a user