AMPXI:IsImportDatabaseInitialized

From 3dbrew
Revision as of 22:43, 24 December 2021 by TimmSkiller (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x003F0040] |- | 1 | Media Type |} =Response...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request

Index Word Description
0 Header code [0x003F0040]
1 Media Type

Response

Index Word Description
0 Header code [0x003F0080]
1 Result code
2 u8, isInitialized?

Description

This checks whether /dbs/import.db exists (or is initialized) on the media indicated by the specified Media Type.

The output u8 seems to always be 0x0C regardless of the existence of import.db.

Media Type must be either SD or NAND. If Game Card is specified, this will always return 0xD8C0801E (not supported).

Additionally, 0xE0A046DF is returned if import.db does not exist on the media.