diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-03-05 16:33:25 -0600 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-03-05 16:36:19 -0600 |
commit | 8a501ff30b6cba684cba469d07a5b553e96fb101 (patch) | |
tree | 11f24d9f2f4f71fa5759cd1faf7448d6be8ed4d5 /src/core/constants.h | |
parent | fdae95efaa84fe1baeab0b4dd1435720cae0f88d (diff) |
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 @@ namespace Core::Constants { // ACC Service - Blank JPEG used as user icon in absentia of real one. -extern const std::array<u8, 107> ACCOUNT_BACKUP_JPEG; +extern const std::array<u8, 287> ACCOUNT_BACKUP_JPEG; } // namespace Core::Constants |