From f59d207b863d88a54ad641f983fc6aaec53fad25 Mon Sep 17 00:00:00 2001 From: TravisCI-DocBuilder Date: Tue, 1 Dec 2015 10:34:46 +0000 Subject: [PATCH] Doc generated from commit 50e804d4d2b68111d7559ae76ab7cd788e94d11b --- am_8h.html | 54 +++++++++++++++++++++++++++++++++++++++++++++ am_8h_source.html | 14 ++++++++++++ globals_a.html | 6 +++++ globals_func_a.html | 6 +++++ 4 files changed, 80 insertions(+) diff --git a/am_8h.html b/am_8h.html index 3c9543e..d6361b6 100644 --- a/am_8h.html +++ b/am_8h.html @@ -159,6 +159,12 @@ void Result AM_GetCiaFileInfo (u8 mediatype, AM_TitleEntry *titleEntry, Handle fileHandle)  Gets an AM_TitleEntry instance for a CIA file. More...
  +Result AM_InitializeExternalTitleDatabase (bool overwrite) + Initializes the external (SD) title database. More...
+  +Result AM_QueryAvailableExternalTitleDatabase (bool *available) + Queries whether the external title database is available. More...

Detailed Description

AM (Application Manager) service.

@@ -475,6 +481,30 @@ void  +
+
+ + + + + + + + +
Result AM_InitializeExternalTitleDatabase (bool overwrite)
+
+ +

Initializes the external (SD) title database.

+
Parameters
+ + +
overwriteOverwrites the database if it already exists.
+
+
+
@@ -524,6 +554,30 @@ void  +
+
+ + + + + + + + +
Result AM_QueryAvailableExternalTitleDatabase (bool * available)
+
+ +

Queries whether the external title database is available.

+
Parameters
+ + +
[out]availablePointer to output the availability status to.
+
+
+
diff --git a/am_8h_source.html b/am_8h_source.html index e2704dd..e730548 100644 --- a/am_8h_source.html +++ b/am_8h_source.html @@ -204,6 +204,18 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
112  * @param fileHandle Handle of the CIA file to read.
113  */
114 Result AM_GetCiaFileInfo(u8 mediatype, AM_TitleEntry *titleEntry, Handle fileHandle);
+
115 
+
116 /**
+
117  * @brief Initializes the external (SD) title database.
+
118  * @param overwrite Overwrites the database if it already exists.
+
119  */
+ +
121 
+
122 /**
+
123  * @brief Queries whether the external title database is available.
+
124  * @param[out] available Pointer to output the availability status to.
+
125  */
+
Result AM_DeleteAppTitle(u8 mediatype, u64 titleID)
Deletes a title, provided that it is not a system title.
Result AM_GetTitleIdList(u8 mediatype, u32 count, u64 *titleIDs)
Gets a list of title IDs present in a mediatype.
Result AM_FinishCiaInstall(u8 mediatype, Handle *ciaHandle)
Finalizes the CIA install process.
@@ -222,11 +234,13 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
Result AM_GetTitleCount(u8 mediatype, u32 *count)
Gets the number of titles for a given mediatype.
uint32_t u32
32-bit unsigned integer
Definition: types.h:23
Result AM_InstallNativeFirm(void)
Installs the current NATIVE_FIRM title to NAND (firm0:/ & firm1:/)
+
Result AM_QueryAvailableExternalTitleDatabase(bool *available)
Queries whether the external title database is available.
Result AM_GetCiaFileInfo(u8 mediatype, AM_TitleEntry *titleEntry, Handle fileHandle)
Gets an AM_TitleEntry instance for a CIA file.
Result AM_GetDeviceId(u32 *deviceID)
Gets a 32-bit device-specific ID.
Handle * amGetSessionHandle(void)
Gets the current AM session handle.
Result AM_DeleteTitle(u8 mediatype, u64 titleID)
Deletes a title.
u64 titleID
The title's ID.
Definition: am.h:12
+
Result AM_InitializeExternalTitleDatabase(bool overwrite)
Initializes the external (SD) title database.
u16 version
The title's version.
Definition: am.h:14
Result AM_StartCiaInstall(u8 mediatype, Handle *ciaHandle)
Initializes the CIA install process, returning a handle to write CIA data to.
u64 size
The title's installed size.
Definition: am.h:13
diff --git a/globals_a.html b/globals_a.html index fd064e9..a268ca6 100644 --- a/globals_a.html +++ b/globals_a.html @@ -166,12 +166,18 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
  • AM_GetTitleProductCode() : am.h
  • +
  • AM_InitializeExternalTitleDatabase() +: am.h +
  • AM_InstallNativeFirm() : am.h
  • AM_ListTitles() : am.h
  • +
  • AM_QueryAvailableExternalTitleDatabase() +: am.h +
  • AM_StartCiaInstall() : am.h
  • diff --git a/globals_func_a.html b/globals_func_a.html index 0066a65..33c0564 100644 --- a/globals_func_a.html +++ b/globals_func_a.html @@ -159,12 +159,18 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
  • AM_GetTitleProductCode() : am.h
  • +
  • AM_InitializeExternalTitleDatabase() +: am.h +
  • AM_InstallNativeFirm() : am.h
  • AM_ListTitles() : am.h
  • +
  • AM_QueryAvailableExternalTitleDatabase() +: am.h +
  • AM_StartCiaInstall() : am.h
  • -- 2.39.5