diff options
| author | 2023-03-05 16:33:25 -0600 | |
|---|---|---|
| committer | 2023-03-05 16:36:19 -0600 | |
| commit | 8a501ff30b6cba684cba469d07a5b553e96fb101 (patch) | |
| tree | 11f24d9f2f4f71fa5759cd1faf7448d6be8ed4d5 /src/core/constants.h | |
| parent | Merge pull request #9786 from FernandoS27/the-gaia-is-a-lie (diff) | |
| download | yuzu-8a501ff30b6cba684cba469d07a5b553e96fb101.tar.gz yuzu-8a501ff30b6cba684cba469d07a5b553e96fb101.tar.xz yuzu-8a501ff30b6cba684cba469d07a5b553e96fb101.zip | |
service: acc: Replace default image with a 32x32 image
Diffstat (limited to 'src/core/constants.h')
| -rw-r--r-- | src/core/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/constants.h b/src/core/constants.h index f916ce0b6..f1f67d3b8 100644 --- a/src/core/constants.h +++ b/src/core/constants.h | |||
| @@ -12,6 +12,6 @@ | |||
| 12 | namespace Core::Constants { | 12 | namespace Core::Constants { |
| 13 | 13 | ||
| 14 | // ACC Service - Blank JPEG used as user icon in absentia of real one. | 14 | // ACC Service - Blank JPEG used as user icon in absentia of real one. |
| 15 | extern const std::array<u8, 107> ACCOUNT_BACKUP_JPEG; | 15 | extern const std::array<u8, 287> ACCOUNT_BACKUP_JPEG; |
| 16 | 16 | ||
| 17 | } // namespace Core::Constants | 17 | } // namespace Core::Constants |