mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-09 17:14:47 -06:00
Merge branch 'main' into metal
This commit is contained in:
commit
3d76e7c257
@ -147,7 +147,7 @@ bool gameProfile_loadEnumOption(IniParser& iniParser, const char* optionName, T&
|
|||||||
}
|
}
|
||||||
|
|
||||||
// test enum name
|
// test enum name
|
||||||
if(boost::iequals(fmt::format("{}", fmt::underlying(v)), *option_value))
|
if(boost::iequals(fmt::format("{}", v), *option_value))
|
||||||
{
|
{
|
||||||
option = v;
|
option = v;
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user