ams: std::optional -> util::optional
This commit is contained in:
@@ -116,7 +116,7 @@ namespace ams::ncm {
|
||||
R_UNLESS(reader.GetExtendedDataSize() != 0, ReadMetaInfoListFromBase());
|
||||
|
||||
SystemUpdateMetaExtendedDataReader extended_data_reader(reader.GetExtendedData(), reader.GetExtendedDataSize());
|
||||
std::optional<s32> firmware_variation_index = std::nullopt;
|
||||
util::optional<s32> firmware_variation_index = util::nullopt;
|
||||
|
||||
/* NOTE: Atmosphere extension to support downgrading. */
|
||||
/* If all firmware variations refer to base, don't require the current variation be present. */
|
||||
|
||||
Reference in New Issue
Block a user