mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
(D3D12) Buildfix
This commit is contained in:
parent
7c2d033b83
commit
41f45becdb
@ -148,8 +148,8 @@ bool d3d12_init_base(d3d12_video_t* d3d12)
|
||||
if (SUCCEEDED(D3D12GetDebugInterface_(&d3d12->debugController)))
|
||||
d3d12->debugController->lpVtbl->EnableDebugLayer(&d3d12->debugController);
|
||||
#else
|
||||
D3D12GetDebugInterface_(&d3d12->debugController);
|
||||
D3D12EnableDebugLayer(d3d12->debugController);
|
||||
if (SUCCEEDED(D3D12GetDebugInterface_(&d3d12->debugController)))
|
||||
d3d12->debugController->lpVtbl->EnableDebugLayer(d3d12->debugController);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user