mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
d3d12: Use ifdef to guard code
This commit is contained in:
parent
4f708ab9ee
commit
5e7531b9bf
7 changed files with 14 additions and 4 deletions
|
|
@ -138,10 +138,12 @@ bool Rpcs3App::OnInit()
|
|||
return new GLGSFrame();
|
||||
});
|
||||
|
||||
#if defined(DX12_SUPPORT)
|
||||
SetGetD3DGSFrameCallback([]() ->GSFrameBase2*
|
||||
{
|
||||
return new D3DGSFrame();
|
||||
});
|
||||
#endif
|
||||
|
||||
g_msg_dialog.reset(new MsgDialogFrame);
|
||||
g_savedata_dialog.reset(new SaveDataDialogFrame);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue