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

wined3d: Add INDIB and INUSERMEM to resource_access_from_location.

parent 7a0a4ce7
......@@ -4885,6 +4885,8 @@ static DWORD resource_access_from_location(DWORD location)
switch (location)
{
case SFLAG_INSYSMEM:
case SFLAG_INUSERMEM:
case SFLAG_INDIB:
return WINED3D_RESOURCE_ACCESS_CPU;
case SFLAG_INDRAWABLE:
......
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