mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Fix Windows build, try 2.
This commit is contained in:
parent
24ab51f9f6
commit
98362e5934
5 changed files with 5 additions and 6 deletions
|
@ -189,7 +189,7 @@ void VertexShaderCache::Shutdown()
|
|||
bool VertexShaderCache::SetShader(u32 components)
|
||||
{
|
||||
VertexShaderUid uid;
|
||||
GetVertexShaderUid(uid, components);
|
||||
GetVertexShaderUid(uid, components, API_D3D9);
|
||||
if (last_entry)
|
||||
{
|
||||
if (uid == last_uid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue