service: acc: Replace default image with a 32x32 image

This commit is contained in:
Narr the Reg
2023-03-05 16:33:25 -06:00
parent fdae95efaa
commit 8a501ff30b
2 changed files with 20 additions and 9 deletions

View File

@ -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