mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
Merge branch 'stable'
This commit is contained in:
@ -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;
|
||||
g_Config.backend_info.bSupportsCopySubImage = true;
|
||||
|
||||
IDXGIFactory* factory;
|
||||
|
Reference in New Issue
Block a user