mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-01 14:15:42 -04:00
Qt: Only enable D3D11 break-on-error when debugger attached
This commit is contained in:
parent
746a00743e
commit
84b8987105
@ -167,7 +167,7 @@ bool D3D11HostDisplay::createDeviceContext(bool debug_device)
|
||||
return false;
|
||||
}
|
||||
|
||||
if (debug_device)
|
||||
if (debug_device && IsDebuggerPresent())
|
||||
{
|
||||
ComPtr<ID3D11InfoQueue> info;
|
||||
hr = m_device.As(&info);
|
||||
|
Loading…
x
Reference in New Issue
Block a user