D3D, revert the incorrect change I did in r4154 about D3DCREATE_MULTITHREADED

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4182 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
rice1964 2009-09-03 15:41:13 +00:00
parent 8cd6e1d409
commit 2091fb3ceb
1 changed files with 1 additions and 3 deletions

View File

@ -228,9 +228,7 @@ namespace D3D
adapter, adapter,
D3DDEVTYPE_HAL, D3DDEVTYPE_HAL,
wnd, wnd,
D3DCREATE_HARDWARE_VERTEXPROCESSING | D3DCREATE_MULTITHREADED, D3DCREATE_HARDWARE_VERTEXPROCESSING,
// |D3DCREATE_MULTITHREADED /* | D3DCREATE_PUREDEVICE*/,
//D3DCREATE_SOFTWARE_VERTEXPROCESSING ,
&d3dpp, &dev ) ) ) &d3dpp, &dev ) ) )
{ {
MessageBoxA(wnd, MessageBoxA(wnd,