mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
D3D11: Add extra logging to StateCache::Get
This commit is contained in:
parent
43bfb183c2
commit
baa9636d48
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue