Windows: Remove UI for auto texture scaling.

Functionality removed in 887f610.
This commit is contained in:
Unknown W. Brackets 2021-10-05 19:32:11 -07:00
parent 451b996713
commit f7607316ab
5 changed files with 5 additions and 12 deletions

View file

@ -233,10 +233,6 @@ namespace MainWindow
g_Config.iInternalResolution = 0;
}
// Taking auto-texture scaling into account
if (g_Config.iTexScalingLevel == TEXSCALING_AUTO)
setTexScalingMultiplier(0);
NativeMessageReceived("gpu_resized", "");
}