remove CMake hacks

This commit is contained in:
Samuliak 2024-10-09 16:47:15 +02:00
parent 6b784ad949
commit 756470f1a7
No known key found for this signature in database
3 changed files with 6 additions and 7 deletions

View file

@ -256,6 +256,7 @@ void InfoLog_PrintActiveSettings()
}
else if (ActiveSettings::GetGraphicsAPI() == GraphicAPI::kMetal)
{
cemuLog_log(LogType::Force, "Async compile: {}", GetConfig().async_compile.GetValue() ? "true" : "false");
cemuLog_log(LogType::Force, "Fast math: {}", GetConfig().fast_math.GetValue() ? "true" : "false");
if (!GetConfig().vk_accurate_barriers.GetValue())
cemuLog_log(LogType::Force, "Accurate barriers are disabled!");