Signed-off-by: Zebediah Figura zfigura@codeweavers.com --- dlls/wined3d/cs.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/dlls/wined3d/cs.c b/dlls/wined3d/cs.c index 827b7fbdc0b..ce71abf3a31 100644 --- a/dlls/wined3d/cs.c +++ b/dlls/wined3d/cs.c @@ -3216,6 +3216,8 @@ static bool wined3d_cs_map_upload_bo(struct wined3d_device_context *context, str return true; }
+ WARN_(d3d_perf)("Unable to allocate an upload BO for resource type %#x, map flags %#x.\n", resource->type, flags); + return false; }