FS:ControlSecureSave

From 3dbrew
Revision as of 07:23, 15 October 2015 by Steveice10 (talk | contribs) (Fix wrong header code.)
Jump to navigation Jump to search

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 ? ? ?