mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
Support GBA .sav file with appended .rtc (#1927)
* Support GBA .sav file with appended .rtc * Change comment
This commit is contained in:
@ -193,6 +193,7 @@ void CartGame::SetupSave(u32 type)
|
|||||||
SRAMType = S_FLASH512K;
|
SRAMType = S_FLASH512K;
|
||||||
break;
|
break;
|
||||||
case 128*1024:
|
case 128*1024:
|
||||||
|
case (128*1024 + 0x10): // .sav file with appended real time clock data (ex: emulator mGBA)
|
||||||
SRAMType = S_FLASH1M;
|
SRAMType = S_FLASH1M;
|
||||||
break;
|
break;
|
||||||
case 0:
|
case 0:
|
||||||
|
Reference in New Issue
Block a user