mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-26 17:01:59 -04:00
Merge pull request #5834 from stenzek/bc7
Support loading BC7 (BPTC) textures from DDS files
This commit is contained in:
@@ -38,6 +38,7 @@ VideoConfig::VideoConfig()
|
||||
backend_info.bSupportsMultithreading = false;
|
||||
backend_info.bSupportsInternalResolutionFrameDumps = false;
|
||||
backend_info.bSupportsST3CTextures = false;
|
||||
backend_info.bSupportsBPTCTextures = false;
|
||||
|
||||
bEnableValidationLayer = false;
|
||||
bBackendMultithreading = true;
|
||||
|
||||
Reference in New Issue
Block a user