Changes

1,092 bytes added ,  20:32, 2 April 2023
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00020100] |- | 1 | MediaType |- | 2-3 | Tit..."
=Request=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code [0x00020100]
|-
| 1
| [[Filesystem_services#MediaType|MediaType]]
|-
| 2-3
| Title ID
|-
| 4
| [[Filesystem_services#SpecialContentType|SpecialContentType]]
|}

=Response=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code [0x00020040]
|-
| 1
| Result code
|}

=Description=

If a content is currently locked and the inputs match the locked content parameters, this decrements global counters for locked SD card and game card titles based on the media type. If an update title is available for the provided application, the appropriate counter will be decremented as well based on its media type. This also calls into some FS service functions in the range 0x870-0x878 with currently unknown purpose.

If a content is not locked or the provided parameters do not match, error C8A12405 will be returned.

This is used by the Instruction Manual applet, and is likely related to triggering SD/Game Card removal errors when ejecting the media the manual is stored on.
1,434

edits