aboutsummaryrefslogtreecommitdiff
path: root/src/ROMList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ROMList.h')
-rw-r--r--src/ROMList.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ROMList.h b/src/ROMList.h
index b60cdd9..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[] =