forked from dolphin-emu/dolphin
TextureCache: Fix D3D backends crashing when a game uses multiple 1x1-sized LODs.
This commit is contained in:
@@ -42,6 +42,7 @@ VideoConfig::VideoConfig()
|
||||
// disable all features by default
|
||||
backend_info.APIType = API_NONE;
|
||||
backend_info.bUseRGBATextures = false;
|
||||
backend_info.bUseMinimalMipCount = false;
|
||||
backend_info.bSupports3DVision = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user