sdlpal.rsf 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. BasicInfo:
  2. Title : "SDLPAL"
  3. CompanyCode : "00"
  4. ProductCode : "CTR-P-PALD"
  5. ContentType : Application
  6. Logo : Nintendo # Nintendo / Licensed / Distributed / iQue / iQueForSystem
  7. RomFs:
  8. # Specifies the root path of the read only file system to include in the ROM.
  9. RootPath : ""
  10. TitleInfo:
  11. UniqueId : 0x8848
  12. Category : Application
  13. CardInfo:
  14. MediaSize : 128MB # 128MB / 256MB / 512MB / 1GB / 2GB / 4GB
  15. MediaType : Card1 # Card1 / Card2
  16. CardDevice : None # NorFlash(Pick this if you use savedata) / None
  17. Option:
  18. UseOnSD : true # true if App is to be installed to SD
  19. FreeProductCode : true # Removes limitations on ProductCode
  20. MediaFootPadding : false # If true CCI files are created with padding
  21. EnableCrypt : false # Enables encryption for NCCH and CIA
  22. EnableCompress : true # Compresses exefs code
  23. AccessControlInfo:
  24. #UseExtSaveData : true
  25. #ExtSaveDataId: 0xff3ff
  26. #UseExtendedSaveDataAccessControl: true
  27. #AccessibleSaveDataIds: [0x101, 0x202, 0x303, 0x404, 0x505, 0x606]
  28. SystemControlInfo:
  29. SaveDataSize: 128KB
  30. RemasterVersion: 0
  31. StackSize: 0x40000
  32. # DO NOT EDIT BELOW HERE OR PROGRAMS WILL NOT LAUNCH (most likely)
  33. AccessControlInfo:
  34. FileSystemAccess:
  35. - Debug
  36. - DirectSdmc
  37. - DirectSdmcWrite
  38. IdealProcessor : 0
  39. AffinityMask : 1
  40. Priority : 16
  41. MaxCpu : 0x9E # Default
  42. DisableDebug : false
  43. EnableForceDebug : false
  44. CanWriteSharedPage : false
  45. CanUsePrivilegedPriority : false
  46. CanUseNonAlphabetAndNumber : false
  47. PermitMainFunctionArgument : false
  48. CanShareDeviceMemory : false
  49. RunnableOnSleep : false
  50. SpecialMemoryArrange : false
  51. CoreVersion : 2
  52. DescVersion : 2
  53. ReleaseKernelMajor : "02"
  54. ReleaseKernelMinor : "33"
  55. MemoryType : Application
  56. HandleTableSize: 512
  57. SystemModeExt : Legacy # Legacy(Default)/124MB/178MB Legacy:Use Old3DS SystemMode
  58. CpuSpeed : 268MHz # 268MHz(Default)/804MHz
  59. EnableL2Cache : false # false(default)/true
  60. CanAccessCore2 : false
  61. IORegisterMapping:
  62. - 1ff50000-1ff57fff
  63. - 1ff70000-1ff77fff
  64. MemoryMapping:
  65. - 1f000000-1f5fffff:r
  66. SystemCallAccess:
  67. ArbitrateAddress: 34
  68. Break: 60
  69. CancelTimer: 28
  70. ClearEvent: 25
  71. ClearTimer: 29
  72. CloseHandle: 35
  73. ConnectToPort: 45
  74. ControlMemory: 1
  75. CreateAddressArbiter: 33
  76. CreateEvent: 23
  77. CreateMemoryBlock: 30
  78. CreateMutex: 19
  79. CreateSemaphore: 21
  80. CreateThread: 8
  81. CreateTimer: 26
  82. DuplicateHandle: 39
  83. ExitProcess: 3
  84. ExitThread: 9
  85. GetCurrentProcessorNumber: 17
  86. GetHandleInfo: 41
  87. GetProcessId: 53
  88. GetProcessIdOfThread: 54
  89. GetProcessIdealProcessor: 6
  90. GetProcessInfo: 43
  91. GetResourceLimit: 56
  92. GetResourceLimitCurrentValues: 58
  93. GetResourceLimitLimitValues: 57
  94. GetSystemInfo: 42
  95. GetSystemTick: 40
  96. GetThreadContext: 59
  97. GetThreadId: 55
  98. GetThreadIdealProcessor: 15
  99. GetThreadInfo: 44
  100. GetThreadPriority: 11
  101. MapMemoryBlock: 31
  102. OutputDebugString: 61
  103. QueryMemory: 2
  104. ReleaseMutex: 20
  105. ReleaseSemaphore: 22
  106. SendSyncRequest1: 46
  107. SendSyncRequest2: 47
  108. SendSyncRequest3: 48
  109. SendSyncRequest4: 49
  110. SendSyncRequest: 50
  111. SetThreadPriority: 12
  112. SetTimer: 27
  113. SignalEvent: 24
  114. SleepThread: 10
  115. UnmapMemoryBlock: 32
  116. WaitSynchronization1: 36
  117. WaitSynchronizationN: 37
  118. InterruptNumbers:
  119. ServiceAccessControl:
  120. - APT:U
  121. - $hioFIO
  122. - $hostio0
  123. - $hostio1
  124. - ac:u
  125. - boss:U
  126. - cam:u
  127. - ir:rst
  128. - cfg:u
  129. - dlp:FKCL
  130. - dlp:SRVR
  131. - dsp::DSP
  132. - frd:u
  133. - fs:USER
  134. - gsp::Gpu
  135. - hid:USER
  136. - http:C
  137. - mic:u
  138. - ndm:u
  139. - news:s
  140. - nwm::UDS
  141. - ptm:u
  142. - pxi:dev
  143. - soc:U
  144. - gsp::Lcd
  145. - y2r:u
  146. - ldr:ro
  147. - ir:USER
  148. - ir:u
  149. - csnd:SND
  150. - am:u
  151. - ns:s
  152. SystemControlInfo:
  153. Dependency:
  154. ac: 0x0004013000002402L
  155. am: 0x0004013000001502L
  156. boss: 0x0004013000003402L
  157. camera: 0x0004013000001602L
  158. cecd: 0x0004013000002602L
  159. cfg: 0x0004013000001702L
  160. codec: 0x0004013000001802L
  161. csnd: 0x0004013000002702L
  162. dlp: 0x0004013000002802L
  163. dsp: 0x0004013000001a02L
  164. friends: 0x0004013000003202L
  165. gpio: 0x0004013000001b02L
  166. gsp: 0x0004013000001c02L
  167. hid: 0x0004013000001d02L
  168. http: 0x0004013000002902L
  169. i2c: 0x0004013000001e02L
  170. ir: 0x0004013000003302L
  171. mcu: 0x0004013000001f02L
  172. mic: 0x0004013000002002L
  173. ndm: 0x0004013000002b02L
  174. news: 0x0004013000003502L
  175. nim: 0x0004013000002c02L
  176. nwm: 0x0004013000002d02L
  177. pdn: 0x0004013000002102L
  178. ps: 0x0004013000003102L
  179. ptm: 0x0004013000002202L
  180. ro: 0x0004013000003702L
  181. socket: 0x0004013000002e02L
  182. spi: 0x0004013000002302L
  183. ssl: 0x0004013000002f02L