mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
@ -24,11 +24,11 @@ typedef struct
|
|||||||
u32 GameCode;
|
u32 GameCode;
|
||||||
u32 ROMSize;
|
u32 ROMSize;
|
||||||
u32 SaveMemType;
|
u32 SaveMemType;
|
||||||
|
|
||||||
} ROMListEntry;
|
} ROMListEntry;
|
||||||
|
|
||||||
|
|
||||||
ROMListEntry ROMList[] =
|
ROMListEntry ROMList[] =
|
||||||
{
|
{
|
||||||
{0x41464141, 0x00800000, 0x00000004},
|
{0x41464141, 0x00800000, 0x00000004},
|
||||||
{0x414D4155, 0x00800000, 0x00000008},
|
{0x414D4155, 0x00800000, 0x00000008},
|
||||||
@ -1143,7 +1143,7 @@ ROMListEntry ROMList[] =
|
|||||||
{0x454A4943, 0x00800000, 0x00000001},
|
{0x454A4943, 0x00800000, 0x00000001},
|
||||||
{0x454A4956, 0x04000000, 0x00000003},
|
{0x454A4956, 0x04000000, 0x00000003},
|
||||||
{0x454A4A42, 0x01000000, 0x00000001},
|
{0x454A4A42, 0x01000000, 0x00000001},
|
||||||
{0x454A4A43, 0x00800000, 0x00000001},
|
{0x454A4A43, 0x00800000, 0x00000002},
|
||||||
{0x454A4C41, 0x01000000, 0x00000001},
|
{0x454A4C41, 0x01000000, 0x00000001},
|
||||||
{0x454A4C42, 0x04000000, 0x00000001},
|
{0x454A4C42, 0x04000000, 0x00000001},
|
||||||
{0x454A4C43, 0x08000000, 0x00000002},
|
{0x454A4C43, 0x08000000, 0x00000002},
|
||||||
|
Reference in New Issue
Block a user