summaryrefslogtreecommitdiff
path: root/src/core/constants.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-03-06 11:21:17 -0500
committerGitHub <noreply@github.com>2023-03-06 11:21:17 -0500
commit31f0fa1065a65e436462fe26ef0fd6e50d7ad183 (patch)
tree0d0a4c97fbf72478e262450ceaf1836d34e3141e /src/core/constants.h
parent3bd29fb66b1176803e029e6ab3b0a38916a6031b (diff)
parent8a501ff30b6cba684cba469d07a5b553e96fb101 (diff)
Merge pull request #9908 from german77/pfp
service: acc: Replace default image with a 32x32 image
Diffstat (limited to 'src/core/constants.h')
-rw-r--r--src/core/constants.h2
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