1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[d3d9] Add R16 and AL16 as known unsupported formats

This commit is contained in:
WinterSnowfall 2024-08-30 23:31:05 +03:00 committed by Robin Kertels
parent e687303197
commit 7985ac9cdb

View File

@ -429,6 +429,10 @@ namespace dxvk {
case D3D9Format::RAWZ: return {}; // Unsupported
case D3D9Format::R16: return {}; // Unsupported
case D3D9Format::AL16: return {}; // Unsupported
default:
Logger::warn(str::format("ConvertFormat: Unknown format encountered: ", Format));
return {}; // Unsupported