mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Forced commit
This commit is contained in:
@ -349,7 +349,7 @@ FRAGMENTSHADER* PixelShaderCache::SetShader(DSTALPHA_MODE dstAlphaMode, u32 comp
|
||||
|
||||
bool PixelShaderCache::CompilePixelShader(FRAGMENTSHADER& ps, const char* pstrprogram)
|
||||
{
|
||||
return pCompilePixelShader(ps, pstrprogram);
|
||||
return pCompilePixelShader(ps, pstrprogram);
|
||||
}
|
||||
|
||||
// Disable Fragment programs and reset the selected Program
|
||||
|
Reference in New Issue
Block a user