NdsForge.NET 1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsProcessor.cs
1namespace NdsForge;
2
4public enum NdsProcessor
5{
8
11
14
17}
18
NdsProcessor
Identifies a processor and execution mode.
@ Arm7
The ARM7 program used in Nintendo DS mode.
@ Arm9i
The ARM9 program used in DSi mode.
@ Arm7i
The ARM7 program used in DSi mode.
@ Arm9
The ARM9 program used in Nintendo DS mode.