Merge pull request #6875 from JonnyH/WIP/mipmap-heuristic-tweaks

Make arbitrary mipmap detection a config option
This commit is contained in:
Markus Wick
2018-06-21 10:19:47 +02:00
committed by GitHub
5 changed files with 24 additions and 6 deletions

View File

@ -74,6 +74,8 @@ struct VideoConfig final
std::string sPostProcessingShader;
bool bForceTrueColor;
bool bDisableCopyFilter;
bool bArbitraryMipmapDetection;
float fArbitraryMipmapDetectionThreshold;
// Information
bool bShowFPS;