diff options
| author | 2019-01-20 13:26:27 -0500 | |
|---|---|---|
| committer | 2019-01-20 13:26:27 -0500 | |
| commit | f9e69faf4a729819a7a807b84af81514ccab49c0 (patch) | |
| tree | 78526786b052254ff8dc437842888df6190cb568 /src/core/loader/loader.h | |
| parent | Merge pull request #2031 from lioncash/priv (diff) | |
| parent | loader: Propagate NCA logo section to ReadBanner and ReadLogo (diff) | |
| download | yuzu-f9e69faf4a729819a7a807b84af81514ccab49c0.tar.gz yuzu-f9e69faf4a729819a7a807b84af81514ccab49c0.tar.xz yuzu-f9e69faf4a729819a7a807b84af81514ccab49c0.zip | |
Merge pull request #2025 from DarkLordZach/loader-banner-logo
loader: Add getters for application banner and logo
Diffstat (limited to 'src/core/loader/loader.h')
| -rw-r--r-- | src/core/loader/loader.h | 4 |
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: | |||
| 178 | 178 | ||
| 179 | /** | 179 | /** |
| 180 | * Get the banner (typically banner section) of the application | 180 | * Get the banner (typically banner section) of the application |
| 181 | * In the context of NX, this is the animation that displays in the bottom right of the screen | ||
| 182 | * when a game boots. Stored in GIF format. | ||
| 181 | * @param buffer Reference to buffer to store data | 183 | * @param buffer Reference to buffer to store data |
| 182 | * @return ResultStatus result of function | 184 | * @return ResultStatus result of function |
| 183 | */ | 185 | */ |
| @@ -187,6 +189,8 @@ public: | |||
| 187 | 189 | ||
| 188 | /** | 190 | /** |
| 189 | * Get the logo (typically logo section) of the application | 191 | * Get the logo (typically logo section) of the application |
| 192 | * In the context of NX, this is the static image that displays in the top left of the screen | ||
| 193 | * when a game boots. Stored in JPEG format. | ||
| 190 | * @param buffer Reference to buffer to store data | 194 | * @param buffer Reference to buffer to store data |
| 191 | * @return ResultStatus result of function | 195 | * @return ResultStatus result of function |
| 192 | */ | 196 | */ |