mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 03:07:46 +00:00
service: acc: Replace default image with a 32x32 image
This commit is contained in:
parent
08ce11dd85
commit
d8848c1f7f
2 changed files with 20 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue