mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
D3D: Cosmetics.
Merge two cases which should've already been merged.
This commit is contained in:
parent
743296f1c4
commit
dbfdbf7dbd
2 changed files with 1 additions and 5 deletions
|
@ -83,7 +83,7 @@ void InitBackendInfo()
|
|||
g_Config.backend_info.bSupports3DVision = true;
|
||||
g_Config.backend_info.bSupportsPostProcessing = false;
|
||||
g_Config.backend_info.bSupportsPaletteConversion = true;
|
||||
g_Config.backend_info.bSupportsClipControl = false;
|
||||
g_Config.backend_info.bSupportsClipControl = true;
|
||||
|
||||
IDXGIFactory* factory;
|
||||
IDXGIAdapter* ad;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue