mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-02-27 13:54:16 +01:00
[d3d9] Add missing breaks to format helper switch
This commit is contained in:
parent
7743276e1d
commit
58316ebe4c
@ -23,8 +23,10 @@ namespace dxvk {
|
||||
case D3D9ConversionFormat_YUY2:
|
||||
case D3D9ConversionFormat_UYVY:
|
||||
ConvertVideoFormat(conversionFormat, dstImage, dstSubresource, srcBuffer);
|
||||
break;
|
||||
case D3D9ConversionFormat_L6V5U5:
|
||||
ConvertGenericFormat(conversionFormat, dstImage, dstSubresource, srcBuffer, VK_FORMAT_R16_UINT);
|
||||
break;
|
||||
default:
|
||||
Logger::warn("Unimplemented format conversion");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user