mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-25 23:25:41 +00:00
Frontend: Don't use debug D3D11 device
This commit is contained in:
parent
46033898ba
commit
8378e5ed0d
|
@ -192,7 +192,7 @@ void D3D11HostDisplay::WindowResized()
|
|||
|
||||
bool D3D11HostDisplay::CreateD3DDevice()
|
||||
{
|
||||
const bool debug = true;
|
||||
const bool debug = false;
|
||||
|
||||
SDL_SysWMinfo syswm = {};
|
||||
if (!SDL_GetWindowWMInfo(m_window, &syswm))
|
||||
|
|
Loading…
Reference in a new issue