mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 18:54:02 +00:00
[client] egl: make FSR filter show inactive in config when disabled
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user