mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Compatibility with fmtlib 10.1.x
This commit is contained in:
@@ -251,7 +251,7 @@ void InfoLog_PrintActiveSettings()
|
||||
if(!GetConfig().vk_accurate_barriers.GetValue())
|
||||
cemuLog_log(LogType::Force, "Accurate barriers are disabled!");
|
||||
}
|
||||
cemuLog_log(LogType::Force, "Console language: {}", config.console_language);
|
||||
cemuLog_log(LogType::Force, "Console language: {}", stdx::to_underlying(config.console_language.GetValue()));
|
||||
}
|
||||
|
||||
struct SharedDataEntry
|
||||
|
||||
Reference in New Issue
Block a user