mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-03-18 18:02:45 +01:00
Fix one warning in Clang
This commit is contained in:
@@ -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_64KB;
|
||||
sram_size = (flash_size_type)FLASH_SIZE_64KB;
|
||||
break;
|
||||
|
||||
case 0x20000:
|
||||
|
||||
Reference in New Issue
Block a user