mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
d3d12: Start implementation
This commit is contained in:
parent
d10c44ed3a
commit
976d707596
7 changed files with 727 additions and 5 deletions
|
|
@ -474,7 +474,9 @@ void MainFrame::Config(wxCommandEvent& WXUNUSED(event))
|
|||
|
||||
cbox_gs_render->Append("Null");
|
||||
cbox_gs_render->Append("OpenGL");
|
||||
//cbox_gs_render->Append("Software");
|
||||
#ifdef WIN32
|
||||
cbox_gs_render->Append("D3D12");
|
||||
#endif
|
||||
|
||||
for(int i = 1; i < WXSIZEOF(ResolutionTable); ++i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue