mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-18 17:14:28 -04:00
boot2: update for 16.0.0
This commit is contained in:
parent
cb89c66bd8
commit
e46e7e0eb1
15 changed files with 68 additions and 11 deletions
|
@ -118,6 +118,7 @@ namespace ams::fs::impl {
|
|||
ADD_ENUM_CASE(User);
|
||||
ADD_ENUM_CASE(System);
|
||||
ADD_ENUM_CASE(SdCard);
|
||||
ADD_ENUM_CASE(System0);
|
||||
default: return ToValueString(static_cast<int>(id));
|
||||
}
|
||||
}
|
||||
|
@ -171,6 +172,8 @@ namespace ams::fs::impl {
|
|||
ADD_ENUM_CASE(System);
|
||||
ADD_ENUM_CASE(SystemProperEncryption);
|
||||
ADD_ENUM_CASE(SystemProperPartition);
|
||||
ADD_ENUM_CASE(DeviceTreeBlob);
|
||||
ADD_ENUM_CASE(System0);
|
||||
default: return ToValueString(static_cast<int>(id));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue