Commit 3fc716c9 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

wined3d: Increase WINED3D_CS_QUERY_POLL_INTERVAL to 100.

parent ea48ac41
......@@ -3557,7 +3557,7 @@ enum wined3d_cs_queue_id
WINED3D_CS_QUEUE_COUNT,
};
#define WINED3D_CS_QUERY_POLL_INTERVAL 10u
#define WINED3D_CS_QUERY_POLL_INTERVAL 100u
#if defined(_WIN64)
#define WINED3D_CS_QUEUE_SIZE 0x1000000u
#else
......
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