mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 00:39:14 +00:00
Add seed DB access permission.
This commit is contained in:
+2
-1
@@ -88,6 +88,7 @@ typedef enum
|
||||
fsaccess_SHOP = (1 << 18), // 0x00040000 probably used by eshop
|
||||
fsaccess_SHELL = (1 << 19), // 0x00080000 reference to "Nintendo [User Interface] Shell" (NS)?
|
||||
fsaccess_CATEGORY_HOME_MENU = (1 << 20), // 0x00100000 used by homemenu
|
||||
fsaccess_SEEDDB = (1 << 21), // 0x00200000 seeddb access
|
||||
} file_system_access;
|
||||
|
||||
typedef enum
|
||||
@@ -243,4 +244,4 @@ int CheckAccessDescSignature(access_descriptor *acexDesc, keys_struct *keys);
|
||||
int GetSaveDataSizeFromString(u64 *out, char *string, char *moduleName);
|
||||
int GetRemasterVersion_rsf(u16 *RemasterVersion, user_settings *usrset);
|
||||
|
||||
void ErrorParamNotFound(char *string);
|
||||
void ErrorParamNotFound(char *string);
|
||||
|
||||
Reference in New Issue
Block a user