Add FsSaveDataFlag for BIT(3)

This commit is contained in:
shchmue 2019-11-21 13:00:57 -07:00 committed by fincs
parent 324a3624ac
commit 1c883145a8

View File

@ -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 {