mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Bit more cleanup from removing Nvidia CG
This commit is contained in:
parent
d7f43c7a68
commit
7d93834cd8
7 changed files with 47 additions and 57 deletions
|
@ -89,7 +89,7 @@ VERTEXSHADER* VertexShaderCache::SetShader(u32 components)
|
|||
// Make an entry in the table
|
||||
VSCacheEntry& entry = vshaders[uid];
|
||||
last_entry = &entry;
|
||||
const char *code = GenerateVertexShaderCode(components, API_GLSL);
|
||||
const char *code = GenerateVertexShaderCode(components, API_OPENGL);
|
||||
GetSafeVertexShaderId(&entry.safe_uid, components);
|
||||
|
||||
#if defined(_DEBUG) || defined(DEBUGFAST)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue