mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
use C++ style structs everywhere
This commit is contained in:
@ -19,13 +19,12 @@
|
||||
#ifndef ROMLIST_H
|
||||
#define ROMLIST_H
|
||||
|
||||
typedef struct
|
||||
struct ROMListEntry
|
||||
{
|
||||
u32 GameCode;
|
||||
u32 ROMSize;
|
||||
u32 SaveMemType;
|
||||
|
||||
} ROMListEntry;
|
||||
};
|
||||
|
||||
|
||||
ROMListEntry ROMList[] =
|
||||
|
Reference in New Issue
Block a user