diff options
author | WaluigiWare64 <68647953+WaluigiWare64@users.noreply.github.com> | 2021-01-03 15:53:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-03 15:53:23 +0000 |
commit | 83648f2d3109bf16ac6f2317ab772803af11f482 (patch) | |
tree | e8207c55c4ae052ba07713892e998ab9050e9301 /src/ROMList.h | |
parent | f070eafce473c49979cfe8ec1d2dd65de9084884 (diff) | |
parent | cb58a422ac59f40825f7a7c2e9b75237eb04637d (diff) |
Merge branch 'master' into feature/zip-support
Diffstat (limited to 'src/ROMList.h')
-rw-r--r-- | src/ROMList.h | 6 |
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}, |