mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-02-13 08:39:19 +01:00
Revert "Fix building against fmt 11.1.0 (#1474)"
Reverting commit 4ac65159efd14bec4cb0c74dde5b11100ad7f7d6 because game profile enums use the stringifying formatters from config.h and are not supposed to store raw integers
This commit is contained in:
parent
4ac65159ef
commit
5bd253a1f8
@ -147,7 +147,7 @@ bool gameProfile_loadEnumOption(IniParser& iniParser, const char* optionName, T&
|
||||
}
|
||||
|
||||
// test enum name
|
||||
if(boost::iequals(fmt::format("{}", fmt::underlying(v)), *option_value))
|
||||
if(boost::iequals(fmt::format("{}", v), *option_value))
|
||||
{
|
||||
option = v;
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user