AMFile:Control

From 3dbrew
Revision as of 14:03, 15 August 2022 by TimmSkiller (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x040100C4] |- | 1 | Action |- | 2 | Input Size |- | 3 | Output Size |- | 4 | (...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request[edit]

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

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This allows performing extra actions on files.