mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-15 19:04:37 +00:00
System: Warn if geometry tolerance is not default
This commit is contained in:
@@ -4794,6 +4794,12 @@ void System::WarnAboutUnsafeSettings()
|
||||
ICON_EMOJI_WARNING,
|
||||
TRANSLATE_SV("System", "Round upscaled texture coordinates is enabled. This may cause rendering errors."));
|
||||
}
|
||||
if (g_settings.gpu_pgxp_tolerance >= 0.0f)
|
||||
{
|
||||
append(
|
||||
ICON_EMOJI_WARNING,
|
||||
TRANSLATE_SV("System", "PGXP Geometry Tolerance is not set to default. This may cause rendering errors."));
|
||||
}
|
||||
}
|
||||
if (g_settings.enable_8mb_ram)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user