forked from dolphin-emu/dolphin
Merge pull request #4935 from Armada651/depth-range-fix
VideoBackends: Set the maximum range when the depth range is oversized.
This commit is contained in:
@@ -109,6 +109,7 @@ void VideoBackend::InitBackendInfo()
|
||||
g_Config.backend_info.bSupportsInternalResolutionFrameDumps = true;
|
||||
|
||||
// Overwritten in Render.cpp later
|
||||
g_Config.backend_info.bSupportsOversizedDepthRanges = false;
|
||||
g_Config.backend_info.bSupportsDualSourceBlend = true;
|
||||
g_Config.backend_info.bSupportsPrimitiveRestart = true;
|
||||
g_Config.backend_info.bSupportsPaletteConversion = true;
|
||||
|
||||
Reference in New Issue
Block a user