makerom v0.7

This commit is contained in:
3DSGuy
2014-04-21 18:44:00 +08:00
parent 9cb89cbe8b
commit c2a18c961d
26 changed files with 787 additions and 300 deletions
+4 -1
View File
@@ -207,6 +207,7 @@ typedef struct
char *CardDevice;
char *MediaType;
char *BackupWriteWaitTime;
char *SaveCrypto;
} CardInfo;
struct{
@@ -269,7 +270,9 @@ typedef struct
struct{
bool useSDKStockData; // incase we want to use the SDK stock data, for whatever reason.
bool use6xSavedataCrypto; // 6.X Gamecard Save Crypto, because spec support.
bool dontModifyNcchTitleID;
bool closeAlignWritableRegion;
char *cverCiaPath;
} cci; // CCI Settings
struct{