summaryrefslogtreecommitdiffstats
path: root/src/core/loader/loader.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-01-15 21:56:52 +0100
committerZach Hilman <zachhilman@gmail.com>2019-01-15 22:01:04 +0100
commitb273b195762433ab015ec015061414aac4b9683e (patch)
treeb1c7aefc989d3174099eeafd7ba8a9d0ac28d230 /src/core/loader/loader.h
parentcontent_archive: Add getter for logo section of NCA (diff)
downloadyuzu-b273b195762433ab015ec015061414aac4b9683e.tar
yuzu-b273b195762433ab015ec015061414aac4b9683e.tar.gz
yuzu-b273b195762433ab015ec015061414aac4b9683e.tar.bz2
yuzu-b273b195762433ab015ec015061414aac4b9683e.tar.lz
yuzu-b273b195762433ab015ec015061414aac4b9683e.tar.xz
yuzu-b273b195762433ab015ec015061414aac4b9683e.tar.zst
yuzu-b273b195762433ab015ec015061414aac4b9683e.zip
Diffstat (limited to '')
-rw-r--r--src/core/loader/loader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h
index 01f984098..bb925f4a6 100644
--- a/src/core/loader/loader.h
+++ b/src/core/loader/loader.h
@@ -178,6 +178,8 @@ public:
/**
* Get the banner (typically banner section) of the application
+ * In the context of NX, this is the animation that displays in the bottom right of the screen
+ * when a game boots. Stored in GIF format.
* @param buffer Reference to buffer to store data
* @return ResultStatus result of function
*/
@@ -187,6 +189,8 @@ public:
/**
* Get the logo (typically logo section) of the application
+ * In the context of NX, this is the static image that displays in the top left of the screen
+ * when a game boots. Stored in JPEG format.
* @param buffer Reference to buffer to store data
* @return ResultStatus result of function
*/