FS:ControlSecureSave: Difference between revisions
Jump to navigation
Jump to search
Steveice10 (talk | contribs) ControlSecureSave |
Steveice10 (talk | contribs) m Fix wrong header code. |
||
| Line 6: | Line 6: | ||
|- | |- | ||
| 0 | | 0 | ||
| Header code [ | | Header code [0x086700C4] | ||
|- | |- | ||
| 1 | | 1 | ||
Revision as of 06: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 | ? | ? | ? |