hos::Version: rename enum members
This commit is contained in:
@@ -27,7 +27,7 @@ namespace ams::ncm {
|
||||
}
|
||||
|
||||
bool ShouldBuildDatabase() const {
|
||||
return hos::GetVersion() < hos::Version_400 || this->build_system_database;
|
||||
return hos::GetVersion() < hos::Version_4_0_0 || this->build_system_database;
|
||||
}
|
||||
|
||||
bool ShouldImportDatabaseFromSignedSystemPartitionOnSd() const {
|
||||
|
||||
Reference in New Issue
Block a user