aboutsummaryrefslogtreecommitdiff
path: root/src/ROMList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ROMList.h')
-rw-r--r--src/ROMList.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ROMList.h b/src/ROMList.h
index 03252bb..685d8a5 100644
--- a/src/ROMList.h
+++ b/src/ROMList.h
@@ -19,13 +19,12 @@
#ifndef ROMLIST_H
#define ROMLIST_H
-typedef struct
+struct ROMListEntry
{
u32 GameCode;
u32 ROMSize;
u32 SaveMemType;
-
-} ROMListEntry;
+};
ROMListEntry ROMList[] =
@@ -4006,6 +4005,7 @@ ROMListEntry ROMList[] =
{0x4A555143, 0x02000000, 0x00000002},
{0x4A555159, 0x08000000, 0x00000003},
{0x4A555241, 0x02000000, 0x00000003},
+ {0x4A555243, 0x10000000, 0x00000006},
{0x4A555259, 0x00800000, 0x00000001},
{0x4A555341, 0x04000000, 0x00000003},
{0x4A555359, 0x00800000, 0x00000003},