aboutsummaryrefslogtreecommitdiff
path: root/src/DSi_NAND.h
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2021-08-26 18:59:07 +0200
committerArisotura <thetotalworm@gmail.com>2021-08-26 18:59:07 +0200
commit36672a40895573ec2b329bf04e195fd4e0955d9d (patch)
tree331ee328ba68d0dab11dc0ea51bc0b5cc4c3c20a /src/DSi_NAND.h
parent7395d6a6c0f327bc3e01a85b7b16a03a44884c63 (diff)
use NDSHeader struct, and expand it with the DSi shit
Diffstat (limited to 'src/DSi_NAND.h')
-rw-r--r--src/DSi_NAND.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/DSi_NAND.h b/src/DSi_NAND.h
index fbd7593..8c46434 100644
--- a/src/DSi_NAND.h
+++ b/src/DSi_NAND.h
@@ -20,6 +20,7 @@
#define DSI_NAND_H
#include "types.h"
+#include "NDS_Header.h"
#include <vector>
#include <string>
@@ -42,7 +43,7 @@ void PatchTSC();
void ListTitles(u32 category, std::vector<u32>& titlelist);
bool TitleExists(u32 category, u32 titleid);
-void GetTitleInfo(u32 category, u32 titleid, u32& version, u8* header, u8* banner);
+void GetTitleInfo(u32 category, u32 titleid, u32& version, NDSHeader* header, NDSBanner* banner);
bool ImportTitle(const char* appfile, u8* tmd, bool readonly);
void DeleteTitle(u32 category, u32 titleid);