mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
Statistics: Reformat stats string
This commit is contained in:
parent
f1ddd3c66a
commit
7db5a4b22d
2 changed files with 21 additions and 19 deletions
|
@ -123,6 +123,7 @@ void SHADER::Bind()
|
|||
{
|
||||
if (CurrentProgram != glprogid)
|
||||
{
|
||||
INCSTAT(stats.thisFrame.numShaderChanges);
|
||||
glUseProgram(glprogid);
|
||||
CurrentProgram = glprogid;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue