Make arbitrary mipmap detection a config option

Under GFX::Enhancements::ArbitraryMipmapDetection - default enabled
This commit is contained in:
Jonathan Hamilton
2018-05-16 17:15:38 -07:00
parent b547f72878
commit 29b7e33c14
5 changed files with 8 additions and 0 deletions
+1
View File
@@ -74,6 +74,7 @@ struct VideoConfig final
std::string sPostProcessingShader;
bool bForceTrueColor;
bool bDisableCopyFilter;
bool bArbitraryMipmapDetection;
// Information
bool bShowFPS;