mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-02-02 00:03:32 +00:00
[client] egl: make FSR filter show inactive in config when disabled
This commit is contained in:
parent
f80b67bc50
commit
3a1a9121eb
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ static bool egl_filterFFXFSR1ImguiConfig(EGL_Filter * filter)
|
|||
name = "Performance";
|
||||
else
|
||||
name = "worse than Performance";
|
||||
igText("Equivalent quality mode: %s", name);
|
||||
igText("Equivalent quality mode: %s%s", name, this->enable ? "" : ", inactive");
|
||||
}
|
||||
else
|
||||
igText("Equivalent quality mode: not upscaling, inactive");
|
||||
|
|
Loading…
Reference in a new issue