mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-20 19:00:29 -05:00
Statistics: Reformat stats string
This commit is contained in:
@@ -123,6 +123,7 @@ void SHADER::Bind()
|
||||
{
|
||||
if (CurrentProgram != glprogid)
|
||||
{
|
||||
INCSTAT(stats.thisFrame.numShaderChanges);
|
||||
glUseProgram(glprogid);
|
||||
CurrentProgram = glprogid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user