mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00
D3D11: Add extra logging to StateCache::Get
This commit is contained in:
parent
43bfb183c2
commit
baa9636d48
@ -386,6 +386,7 @@ ID3D11BlendState* StateCache::Get(BlendingState state)
|
|||||||
{
|
{
|
||||||
return m_blend.emplace(state.hex, std::move(res)).first->second.Get();
|
return m_blend.emplace(state.hex, std::move(res)).first->second.Get();
|
||||||
}
|
}
|
||||||
|
WARN_LOG(VIDEO, "Creating D3D blend state failed with an error: %x", hr);
|
||||||
}
|
}
|
||||||
|
|
||||||
D3D11_BLEND_DESC desc = {};
|
D3D11_BLEND_DESC desc = {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user