Changes

835 bytes added ,  04:58, 15 October 2015
ControlArchive
=Request=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code [0x080D0144]
|-
| 1
| Archive Handle Low
|-
| 2
| Archive Handle High
|-
| 3
| Action
|-
| 4
| Input Size
|-
| 5
| Output Size
|-
| 6
| (inputSize << 4) <nowiki>|</nowiki> 0xA
|-
| 7
| void* Input
|-
| 8
| (outputSize << 4) <nowiki>|</nowiki> 0xC
|-
| 9
| void* Output
|}

=Response=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code
|-
| 1
| Result code
|-
| 2
| (inputSize << 4) <nowiki>|</nowiki> 0xA
|-
| 3
| void* Input
|-
| 4
| (outputSize << 4) <nowiki>|</nowiki> 0xC
|-
| 5
| void* Output
|}

=Description=
This allows performing extra actions on archives.

=Action=
{| class="wikitable" border="1"
|-
! Value
! Description
! Input
! Output
|-
| 0
| Commits save data changes.
| None
| None
|}
1,434

edits