mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-09-12 22:43:07 -06:00
Fix save type for Legacy of Ys - Books I & II (#2391)
Reported on Discord for BizHawk that going into Ys II after doing Ys I would result in a corrupted save. DeSmuMe reportedly doesn't have this issue, and it has a 64KiB save instead.
This commit is contained in:
@ -898,7 +898,7 @@ const ROMListEntry ROMList[] =
|
||||
{0x45455742, 0x04000000, 0x00000001},
|
||||
{0x45455743, 0x01000000, 0x00000002},
|
||||
{0x45455842, 0x04000000, 0x00000001},
|
||||
{0x45455943, 0x08000000, 0x00000002},
|
||||
{0x45455943, 0x08000000, 0x00000003},
|
||||
{0x45455A41, 0x04000000, 0x00000006},
|
||||
{0x45455A42, 0x00800000, 0x00000001},
|
||||
{0x45463242, 0x00800000, 0x00000001},
|
||||
|
Reference in New Issue
Block a user