Pad icon size

This commit is contained in:
Zane Kaminski 2021-04-02 06:41:18 -04:00
parent acf71fcd80
commit 4b1db5839d
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -28,7 +28,7 @@ typedef struct RDiskStorage_s {
char dbgDisByte;
char cdrDisByte;
#ifdef RDISK_COMPRESS_ICON_ENABLE
char icon[RDISK_ICON_SIZE];
char icon[RDISK_ICON_SIZE+8];
#endif
} RDiskStorage_t;