1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-11-29 10:24:10 +01:00

[d3d9] Fix stateblock refcounting

This commit is contained in:
Joshua Ashton 2021-08-11 01:38:50 +01:00
parent a1f0bb99ee
commit ab7fc42f2f
No known key found for this signature in database
GPG Key ID: C85A08669126BE8D

View File

@ -1137,7 +1137,7 @@ namespace dxvk {
D3D9FFShaderModuleSet m_ffModules;
D3D9SWVPEmulator m_swvpEmulator;
Com<D3D9StateBlock> m_recorder;
Com<D3D9StateBlock, false> m_recorder;
Rc<D3D9ShaderModuleSet> m_shaderModules;