mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
fix formatting uglies introduced in glsl-master branch
This commit is contained in:
parent
4a4833e617
commit
31a8424bcc
15 changed files with 1061 additions and 1051 deletions
|
@ -1419,7 +1419,7 @@ void Renderer::ResetAPIState()
|
|||
{
|
||||
// Gets us to a reasonably sane state where it's possible to do things like
|
||||
// image copies with textured quads, etc.
|
||||
if(g_ActiveConfig.bUseGLSL)
|
||||
if (g_ActiveConfig.bUseGLSL)
|
||||
ProgramShaderCache::SetBothShaders(0, 0);
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue