mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2025-12-12 10:18:51 +01:00
Convert enum to sram_type_size to avoid warning
This commit is contained in:
parent
8bda867c2b
commit
4f7ff2b91d
@ -2125,7 +2125,7 @@ u32 load_backup(char *name)
|
||||
// Could be either flash or SRAM, go with flash
|
||||
case 0x10000:
|
||||
backup_type = BACKUP_FLASH;
|
||||
sram_size = (flash_size_type)FLASH_SIZE_64KB;
|
||||
sram_size = (sram_size_type)FLASH_SIZE_64KB;
|
||||
break;
|
||||
|
||||
case 0x20000:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user