d3d9/tests: Allow D3DFMT_A2R10G10B10 as supported adapter mode.
This is in the list of allowed formats in the documentation, and some drivers report this on Windows.
This commit is contained in:
parent
312bacec96
commit
3ab491f810
|
@ -1226,7 +1226,6 @@ static void test_display_modes(void)
|
|||
TEST_FMT(D3DFMT_A8B8G8R8, D3DERR_INVALIDCALL);
|
||||
TEST_FMT(D3DFMT_X8B8G8R8, D3DERR_INVALIDCALL);
|
||||
TEST_FMT(D3DFMT_G16R16, D3DERR_INVALIDCALL);
|
||||
TEST_FMT(D3DFMT_A2R10G10B10, D3DERR_INVALIDCALL);
|
||||
TEST_FMT(D3DFMT_A16B16G16R16, D3DERR_INVALIDCALL);
|
||||
|
||||
TEST_FMT(D3DFMT_A8P8, D3DERR_INVALIDCALL);
|
||||
|
|
Loading…
Reference in New Issue