Skip to content

Commit

Permalink
[d3d8] Adjust CopyRects logging output
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSnowfall committed Sep 17, 2023
1 parent e31f4ef commit c6d3f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/d3d8/d3d8_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ namespace dxvk {
}

unhandled:
Logger::debug(str::format("CopyRects: Hit unhandled case from src pool ", srcDesc.Pool, " to dst pool ", dstDesc.Pool));
Logger::warn(str::format("CopyRects: Hit unhandled case from src pool ", srcDesc.Pool, " to dst pool ", dstDesc.Pool));
return D3DERR_INVALIDCALL;

done:
Expand Down

0 comments on commit c6d3f82

Please sign in to comment.