Merge branch 'main' into metal

This commit is contained in:
SamoZ256 2025-01-17 19:10:38 +01:00 committed by GitHub
commit 800aae4fdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 953 additions and 969 deletions

View file

@ -147,7 +147,7 @@ bool gameProfile_loadEnumOption(IniParser& iniParser, const char* optionName, T&
}
// test enum name
if(boost::iequals(fmt::format("{}", v), *option_value))
if(boost::iequals(fmt::format("{}", fmt::underlying(v)), *option_value))
{
option = v;
return true;