mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 16:59:02 +00:00
makerom v0.6
This commit is contained in:
+3
-4
@@ -1,5 +1,4 @@
|
||||
#ifndef _USERSETTINGS_H_
|
||||
#define _USERSETTINGS_H_
|
||||
#pragma once
|
||||
|
||||
#define CCI_MAX_CONTENT 8
|
||||
#define CIA_MAX_CONTENT 65536
|
||||
@@ -246,7 +245,7 @@ typedef struct
|
||||
|
||||
char *workingFilePath;
|
||||
infile_type workingFileType; // Could Be ncch/ncsd/srl. This is mainly used for CIA gen
|
||||
COMPONENT_STRUCT workingFile;
|
||||
buffer_struct workingFile;
|
||||
} common;
|
||||
|
||||
dname_struct dname; // For RSF value subsitution
|
||||
@@ -270,6 +269,7 @@ 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.
|
||||
} cci; // CCI Settings
|
||||
|
||||
struct{
|
||||
@@ -287,7 +287,6 @@ typedef struct
|
||||
|
||||
|
||||
} user_settings;
|
||||
#endif
|
||||
|
||||
// Prototypes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user