Difference between revisions of "FS:ControlSecureSave"

From 3dbrew
Jump to navigation Jump to search
(ControlSecureSave)
 
m (Fix wrong header code.)
Line 6: Line 6:
 
|-
 
|-
 
| 0
 
| 0
| Header code [0x040100C4]
+
| Header code [0x086700C4]
 
|-
 
|-
 
| 1
 
| 1

Revision as of 07:23, 15 October 2015

Request

Index Word Description
0 Header code [0x086700C4]
1 Action
2 Input Size
3 Output Size
4 (inputSize << 4) | 0xA
5 void* Input
6 (outputSize << 4) | 0xC
7 void* Output

Response

Index Word Description
0 Header code
1 Result code
2 (inputSize << 4) | 0xA
3 void* Input
4 (outputSize << 4) | 0xC
5 void* Output

Description

This allows performing extra actions on secure saves.

Action

Value Description Input Output
0 ? ? ?