AMPXI:ReloadDBS: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00480040] |- | 1 | u8 Mediatype? Normally this is value 1, using..."
 
Steveice10 (talk | contribs)
mNo edit summary
 
Line 9: Line 9:
|-
|-
| 1
| 1
| u8 [[#Mediatypes|Mediatype]]? Normally this is value 1, using value 0 causes an error to be returned.
| [[Filesystem_services#MediaType|MediaType]] (must be SD)
|}
|}


Line 19: Line 19:
|-
|-
| 0
| 0
| Header code
| Header code [0x00480080]
|-
|-
| 1
| 1
Line 25: Line 25:
|-
|-
| 2
| 2
| u8
| u8, Availability (0 = unavailable, 1 = available)
|}
|}
{{:Mediatypes}}


=Description=
=Description=
This reloads the /[[Title_Database|dbs]] .db images into memory, with input u8 value 1 this is SD card title.db and import.db.
This reloads the /[[Title_Database|dbs]] .db images into memory, specifically the SD card title.db and import.db.

Latest revision as of 03:04, 10 January 2016

Request

Index Word Description
0 Header code [0x00480040]
1 MediaType (must be SD)

Response

Index Word Description
0 Header code [0x00480080]
1 Result code
2 u8, Availability (0 = unavailable, 1 = available)

Description

This reloads the /dbs .db images into memory, specifically the SD card title.db and import.db.