Skip to content

Commit

Permalink
Don't use D3D multithreaded, it's actually slower by 10%.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwidghet committed Aug 21, 2016
1 parent e490364 commit e0f4d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RageDisplay_D3D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ RString SetD3DParams( bool &bNewDeviceOut )
D3DADAPTER_DEFAULT,
D3DDEVTYPE_HAL,
GraphicsWindow::GetHwnd(),
D3DCREATE_HARDWARE_VERTEXPROCESSING | D3DCREATE_MULTITHREADED,
D3DCREATE_HARDWARE_VERTEXPROCESSING,
&g_d3dpp,
&g_pd3dDevice );
if( FAILED(hr) )
Expand Down

0 comments on commit e0f4d7c

Please sign in to comment.