mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
Add ROM Header struct and ROM info dialog (#1095)
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user