1BasicInfo:
2  Title                   : SVRT
3  ProductCode             : CTR-P-SVRT
4  Logo                    : Nintendo # Nintendo / Licensed / Distributed / iQue / iQueForSystem
5
6RomFs:
7  # Specifies the root path of the read only file system to include in the ROM.
8  #RootPath                : romfs
9
10TitleInfo:
11  Category                : Application
12  UniqueId                : 0xff556
13
14Option:
15  UseOnSD                 : true # true if App is to be installed to SD
16  FreeProductCode         : true # Removes limitations on ProductCode
17  MediaFootPadding        : false # If true CCI files are created with padding
18  EnableCrypt             : false # Enables encryption for NCCH and CIA
19  EnableCompress          : true # Compresses where applicable (currently only exefs:/.code)
20
21AccessControlInfo:
22  CoreVersion                   : 2
23
24  # Exheader Format Version
25  DescVersion                   : 2
26
27  # Minimum Required Kernel Version (below is for 4.5.0)
28  ReleaseKernelMajor            : "02"
29  ReleaseKernelMinor            : "33"
30
31  # ExtData
32  UseExtSaveData                : false # enables ExtData
33  #ExtSaveDataId                : 0x300 # only set this when the ID is different to the UniqueId
34
35  # FS:USER Archive Access Permissions
36  # Uncomment as required
37  FileSystemAccess:
38   - CategorySystemApplication
39   - CategoryHardwareCheck
40   - CategoryFileSystemTool
41   - Debug
42   #- TwlCardBackup
43   #- TwlNandData
44   #- Boss
45   - DirectSdmc
46   #- Core
47   #- CtrNandRo
48   #- CtrNandRw
49   #- CtrNandRoWrite
50   #- CategorySystemSettings
51   #- CardBoard
52   #- ExportImportIvs
53   #- DirectSdmcWrite
54   #- SwitchCleanup
55   #- SaveDataMove
56   #- Shop
57   #- Shell
58   #- CategoryHomeMenu
59
60  # Process Settings
61  MemoryType                    : Application # Application/System/Base
62  SystemMode                    : 64MB # 64MB(Default)/96MB/80MB/72MB/32MB
63  IdealProcessor                : 0
64  AffinityMask                  : 1
65  Priority                      : 16
66  MaxCpu                        : 0 # Let system decide
67  HandleTableSize               : 0x200
68  DisableDebug                  : false
69  EnableForceDebug              : false
70  CanWriteSharedPage            : false
71  CanUsePrivilegedPriority      : false
72  CanUseNonAlphabetAndNumber    : true
73  PermitMainFunctionArgument    : true
74  CanShareDeviceMemory          : true
75  RunnableOnSleep               : false
76  SpecialMemoryArrange          : false
77
78  # New3DS Exclusive Process Settings
79  SystemModeExt                 : Legacy # Legacy(Default)/124MB/178MB  Legacy:Use Old3DS SystemMode
80  CpuSpeed                      : 268MHz # 268MHz(Default)/804MHz
81  EnableL2Cache                 : false # false(default)/true
82  CanAccessCore2                : false
83
84  # Virtual Address Mappings
85  IORegisterMapping:
86   - 1ff00000-1ff7ffff   # DSP memory
87  MemoryMapping:
88   - 1f000000-1f5fffff:r # VRAM
89
90  # Accessible SVCs, <Name>:<ID>
91  SystemCallAccess:
92    InvalidateProcessDataCache: 82
93    FlushProcessDataCache: 84
94    ArbitrateAddress: 34
95    Break: 60
96    CancelTimer: 28
97    ClearEvent: 25
98    ClearTimer: 29
99    CloseHandle: 35
100    ConnectToPort: 45
101    ControlMemory: 1
102    CreateAddressArbiter: 33
103    CreateEvent: 23
104    CreateMemoryBlock: 30
105    CreateMutex: 19
106    CreateSemaphore: 21
107    CreateThread: 8
108    CreateTimer: 26
109    DuplicateHandle: 39
110    ExitProcess: 3
111    ExitThread: 9
112    GetCurrentProcessorNumber: 17
113    GetHandleInfo: 41
114    GetProcessId: 53
115    GetProcessIdOfThread: 54
116    GetProcessIdealProcessor: 6
117    GetProcessInfo: 43
118    GetResourceLimit: 56
119    GetResourceLimitCurrentValues: 58
120    GetResourceLimitLimitValues: 57
121    GetSystemInfo: 42
122    GetSystemTick: 40
123    GetThreadContext: 59
124    GetThreadId: 55
125    GetThreadIdealProcessor: 15
126    GetThreadInfo: 44
127    GetThreadPriority: 11
128    MapMemoryBlock: 31
129    OutputDebugString: 61
130    QueryMemory: 2
131    ReleaseMutex: 20
132    ReleaseSemaphore: 22
133    SendSyncRequest1: 46
134    SendSyncRequest2: 47
135    SendSyncRequest3: 48
136    SendSyncRequest4: 49
137    SendSyncRequest: 50
138    SetThreadPriority: 12
139    SetTimer: 27
140    SignalEvent: 24
141    SleepThread: 10
142    UnmapMemoryBlock: 32
143    WaitSynchronization1: 36
144    WaitSynchronizationN: 37
145    Backdoor: 123
146
147  # Service List
148  # Maximum 34 services (32 if firmware is prior to 9.3.0)
149  ServiceAccessControl:
150   - cfg:u
151   - fs:USER
152   - gsp::Gpu
153   - hid:USER
154   - ndm:u
155   - pxi:dev
156   - APT:U
157   - ac:u
158   - act:u
159   - am:net
160   - boss:U
161   - cam:u
162   - cecd:u
163   - csnd:SND
164   - frd:u
165   - http:C
166   - ir:USER
167   - ir:u
168   - ir:rst
169   - ldr:ro
170   - mic:u
171   - news:u
172   - nfc:u
173   - nim:aoc
174   - nwm::UDS
175   - ptm:u
176   - qtm:u
177   - soc:U
178   - ssl:C
179   - y2r:u
180   - ps:ps
181
182
183SystemControlInfo:
184  SaveDataSize: 512K
185  RemasterVersion: 0
186  StackSize: 0x40000
187
188  # Modules that run services listed above should be included below
189  # Maximum 48 dependencies
190  # If a module is listed that isn't present on the 3DS, the title will get stuck at the logo (3ds waves)
191  # So act, nfc and qtm are commented for 4.x support. Uncomment if you need these.
192  # <module name>:<module titleid>
193  Dependency:
194    ac: 0x0004013000002402
195    #act: 0x0004013000003802
196    am: 0x0004013000001502
197    boss: 0x0004013000003402
198    camera: 0x0004013000001602
199    cecd: 0x0004013000002602
200    cfg: 0x0004013000001702
201    codec: 0x0004013000001802
202    csnd: 0x0004013000002702
203    dlp: 0x0004013000002802
204    dsp: 0x0004013000001a02
205    friends: 0x0004013000003202
206    gpio: 0x0004013000001b02
207    gsp: 0x0004013000001c02
208    hid: 0x0004013000001d02
209    http: 0x0004013000002902
210    i2c: 0x0004013000001e02
211    ir: 0x0004013000003302
212    mcu: 0x0004013000001f02
213    mic: 0x0004013000002002
214    ndm: 0x0004013000002b02
215    news: 0x0004013000003502
216    #nfc: 0x0004013000004002
217    nim: 0x0004013000002c02
218    nwm: 0x0004013000002d02
219    pdn: 0x0004013000002102
220    ps: 0x0004013000003102
221    ptm: 0x0004013000002202
222    #qtm: 0x0004013020004202
223    ro: 0x0004013000003702
224    socket: 0x0004013000002e02
225    spi: 0x0004013000002302
226    ssl: 0x0004013000002f02
227