Commit e28041c9 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

ddraw/tests: Not all GPUs support dwZBufferBitDepth=24 on Windows.

parent cf826fe0
......@@ -3987,7 +3987,7 @@ static void zbufferbitdepth_test(void)
}
},
{
24, ZFMT_SUPPORTED_ALWAYS,
24, ZFMT_SUPPORTED_HWDEPENDENT,
{
sizeof(DDPIXELFORMAT), DDPF_ZBUFFER, 0,
{24}, {0}, {0x00ffffff}, {0x00000000}, {0x00000000}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment