Add ROM Header struct and ROM info dialog (#1095)

This commit is contained in:
WaluigiWare64
2021-07-02 17:42:54 +01:00
committed by GitHub
parent 5a071c4c29
commit e5240a688c
11 changed files with 1284 additions and 7 deletions

View File

@ -20,6 +20,7 @@
#define NDSCART_H
#include "types.h"
#include "NDS_Header.h"
namespace NDSCart
{
@ -191,6 +192,9 @@ extern u32 CartROMSize;
extern u32 CartID;
extern NDSHeader Header;
extern NDSBanner Banner;
bool Init();
void DeInit();
void Reset();