Difference between revisions of "RO Services"

From 3dbrew
Jump to navigation Jump to search
Line 4: Line 4:
 
|-
 
|-
 
!  Command Header
 
!  Command Header
 +
!  Added with system version
 
!  Description
 
!  Description
 
|-
 
|-
 
| 0x000100C2
 
| 0x000100C2
 +
| [[2.0.0-2]]
 
| [[RO:Initialize|Initialize]]
 
| [[RO:Initialize|Initialize]]
 
|-
 
|-
 
| 0x00020082
 
| 0x00020082
 +
| [[2.0.0-2]]
 
| [[RO:LoadCRR|LoadCCR]]
 
| [[RO:LoadCRR|LoadCCR]]
 
|-
 
|-
 
| 0x00030042
 
| 0x00030042
 +
| [[2.0.0-2]]
 
| [[RO:UnloadCCR|UnloadCCR]]
 
| [[RO:UnloadCCR|UnloadCCR]]
 
|-
 
|-
 
| 0x000402C2
 
| 0x000402C2
 +
| [[2.0.0-2]]
 
| [[RO:LoadExeCRO|LoadExeCRO]]
 
| [[RO:LoadExeCRO|LoadExeCRO]]
 
|-
 
|-
 
| 0x000500C2
 
| 0x000500C2
 +
| [[2.0.0-2]]
 
| [[RO:LoadCROSymbols|LoadCROSymbols]]
 
| [[RO:LoadCROSymbols|LoadCROSymbols]]
 
|-
 
|-
 
| 0x00060042
 
| 0x00060042
 +
| [[2.0.0-2]]
 
|  
 
|  
 
|-
 
|-
 
| 0x00070042
 
| 0x00070042
 +
| [[2.0.0-2]]
 
|  
 
|  
 
|-
 
|-
 
| 0x00080042
 
| 0x00080042
 +
| [[2.0.0-2]]
 
| [[RO:Shutdown|Shutdown]]
 
| [[RO:Shutdown|Shutdown]]
 +
|-
 +
| 0x0009....
 +
| [[7.2.0-17]]
 +
|
 
|}
 
|}
  
 
This service API is used for CTR "DLLs"/shared libraries: [[CRO0|CRO]].
 
This service API is used for CTR "DLLs"/shared libraries: [[CRO0|CRO]].

Revision as of 21:59, 13 May 2014

RO service "ldr:ro"

Command Header Added with system version Description
0x000100C2 2.0.0-2 Initialize
0x00020082 2.0.0-2 LoadCCR
0x00030042 2.0.0-2 UnloadCCR
0x000402C2 2.0.0-2 LoadExeCRO
0x000500C2 2.0.0-2 LoadCROSymbols
0x00060042 2.0.0-2
0x00070042 2.0.0-2
0x00080042 2.0.0-2 Shutdown
0x0009.... 7.2.0-17

This service API is used for CTR "DLLs"/shared libraries: CRO.