mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] egl: make FSR filter show inactive in config when disabled
This commit is contained in:
parent
f80b67bc50
commit
3a1a9121eb
@ -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 New Issue
Block a user