diff options
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 |