mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 13:37:59 -05:00
service: acc: Replace default image with a 32x32 image
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user