diff options
Diffstat (limited to 'src/ROMList.h')
-rw-r--r-- | src/ROMList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ROMList.h b/src/ROMList.h index 82bd469..c1bce15 100644 --- a/src/ROMList.h +++ b/src/ROMList.h @@ -34,6 +34,6 @@ struct ROMListEntry extern const ROMListEntry ROMList[]; /// The number of elements in \c ROMList. -extern const size_t ROMListSize; +extern const size_t ROMListEntryCount; #endif // ROMLIST_H |