libstrat: make build with new ncm/fs api changes (sysmodules probably fail to build)
This commit is contained in:
@@ -21,7 +21,8 @@ namespace ams::fs {
|
||||
|
||||
/* ACCURATE_TO_VERSION: Unknown */
|
||||
enum ContentAttributes : u8 {
|
||||
ContentAttributes_None = 0,
|
||||
ContentAttributes_None = 0x0,
|
||||
ContentAttributes_All = 0xF,
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user