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 08ce11dd85
commit d8848c1f7f
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