Changes

Jump to navigation Jump to search
822 bytes added ,  14:46, 12 May 2012
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x001F0084] |- | 1 | Title count |- | 2 | ? (always 0?) |- | 3 | (titlecount*8)<<8..."
=Request=
{| class="wikitable" border="1"
|-
! Index Word
! Description
|-
| 0
| Header code [0x001F0084]
|-
| 1
| Title count
|-
| 2
| ? (always 0?)
|-
| 3
| (titlecount*8)<<8 <nowiki>|</nowiki> 4
|-
| 4
| Pointer to buffer that contains title list, for which info needs to be retrieved
|-
| 5
| (titlecount*24)<<8 <nowiki>|</nowiki> 0x14
|-
| 6
| Pointer to buffer that will receive the title info
|}

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

= Title info =
Each entry in the buffer is 24 bytes, some contents are currently unknown.

{| class="wikitable" border="1"
|-
! Offset
! Size
! Description
|-
| 0
| 8
| Title id
|-
| 8
| 2
| Title version
|-
| 10
| 2
| Status (?)
|-
| 12
| 4
| Title type
|-
| 16
| 8
| Unknown
|}

Navigation menu