From 8a501ff30b6cba684cba469d07a5b553e96fb101 Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Sun, 5 Mar 2023 16:33:25 -0600 Subject: service: acc: Replace default image with a 32x32 image --- src/core/constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/constants.h') 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 ACCOUNT_BACKUP_JPEG; +extern const std::array ACCOUNT_BACKUP_JPEG; } // namespace Core::Constants -- cgit v1.2.3