arreglos en Console i SS

This commit is contained in:
2026-03-29 14:24:20 +02:00
parent d6ecadfd3a
commit 2fe79de1d8
3 changed files with 7 additions and 6 deletions

View File

@@ -80,7 +80,8 @@ void RenderInfo::render() const {
preset_name = Options::postfx_presets[static_cast<size_t>(Options::current_postfx_preset)].name;
}
}
line += " | " + SHADER_NAME + " " + preset_name + (Options::video.supersampling ? " (ss)" : "");
const bool SHOW_SS = Options::video.supersampling && !IS_CRTPI;
line += " | " + SHADER_NAME + " " + preset_name + (SHOW_SS ? " (ss)" : "");
}
// Todo en lowercase