elimina supersampling (shaders, pipeline, console command, config)
This commit is contained in:
@@ -99,8 +99,7 @@ void RenderInfo::render() const {
|
||||
preset_name = prettyName(Options::postfx_presets[static_cast<size_t>(Options::video.shader.current_postfx_preset)].name);
|
||||
}
|
||||
}
|
||||
const bool SHOW_SS = Options::video.supersampling.enabled && !IS_CRTPI;
|
||||
line += " | " + SHADER_NAME + " " + preset_name + (SHOW_SS ? " (ss)" : "");
|
||||
line += " | " + SHADER_NAME + " " + preset_name;
|
||||
}
|
||||
|
||||
// Todo en lowercase
|
||||
|
||||
Reference in New Issue
Block a user