mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 10:32:15 +02:00
Add FsSaveDataFlag for BIT(3)
This commit is contained in:
parent
324a3624ac
commit
af9a3ade06
@ -205,6 +205,7 @@ typedef enum {
|
||||
FsSaveDataFlags_KeepAfterResettingSystemSaveData = BIT(0),
|
||||
FsSaveDataFlags_KeepAfterRefurbishment = BIT(1),
|
||||
FsSaveDataFlags_KeepAfterResettingSystemSaveDataWithoutUserSaveData = BIT(2),
|
||||
FsSaveDataFlags_NeedsSecureDelete = BIT(3),
|
||||
} FsSaveDataFlags;
|
||||
|
||||
typedef enum {
|
||||
|
Loading…
Reference in New Issue
Block a user