Mode Control Services PXI: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
| 0x0001....
| 0x0001....
| [[1.0.0-0]]
| [[1.0.0-0]]
| ? (don't send with zero params, freezes)
| ? (don't send with zero params, freezes)
|-
|-
| 0x0002....
| 0x0002....
| [[1.0.0-0]]
| [[1.0.0-0]]
| ?
| Stubbed, does nothing
|-
|-
| 0x0003....
| 0x0003....
| [[1.0.0-0]]
| [[1.0.0-0]]
| ?
| Stubbed, does nothing
|-
|-
| 0x0004....
| 0x0004....
| [[1.0.0-0]]
| [[1.0.0-0]]
| ?
| Stubbed, does nothing
|-
|-
| 0x0005....
| 0x0005....
Line 27: Line 27:
| 0x0006....
| 0x0006....
| [[1.0.0-0]]
| [[1.0.0-0]]
| ?
| Stubbed, does nothing
|-
|-
| 0x00070000
| 0x00070000
| [[1.0.0-0]]
| [[1.0.0-0]]
| ? (returns bunch of data.. unknown)
| Stubbed, writes uninitialized stack byte to (u8*)(cmdbuf+4)
|-
|-
| 0x0008....
| 0x0008....
| [[1.0.0-0]]
| [[1.0.0-0]]
| ?
| Stubbed, returns 0xE0C0EC03
|-
|-
| 0x0009....
| 0x0009....
| [[1.0.0-0]]
| [[1.0.0-0]]
| ?
| Stubbed, returns 0xE0C0EC03
|-
|-
| 0x000A....
| 0x000A....
Line 47: Line 47:
| 0x000B....
| 0x000B....
| [[1.0.0-0]]
| [[1.0.0-0]]
| ?
| Stubbed, does some unnecessary copying to stack
|-
|-
| 0x000C....
| 0x000C....
| [[1.0.0-0]]
| [[1.0.0-0]]
| ?
| Stubbed, does some unnecessary copying to stack
|}
|}



Revision as of 18:55, 15 April 2014

Command Header Available since system version Description
0x0001.... 1.0.0-0 ? (don't send with zero params, freezes)
0x0002.... 1.0.0-0 Stubbed, does nothing
0x0003.... 1.0.0-0 Stubbed, does nothing
0x0004.... 1.0.0-0 Stubbed, does nothing
0x0005.... 1.0.0-0 ?
0x0006.... 1.0.0-0 Stubbed, does nothing
0x00070000 1.0.0-0 Stubbed, writes uninitialized stack byte to (u8*)(cmdbuf+4)
0x0008.... 1.0.0-0 Stubbed, returns 0xE0C0EC03
0x0009.... 1.0.0-0 Stubbed, returns 0xE0C0EC03
0x000A.... 1.0.0-0 ?
0x000B.... 1.0.0-0 Stubbed, does some unnecessary copying to stack
0x000C.... 1.0.0-0 Stubbed, does some unnecessary copying to stack

Back to↓

Services API