mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
VideoCommon: remove unused stats
This commit is contained in:
parent
bd377b9580
commit
f1ddd3c66a
5 changed files with 5 additions and 23 deletions
|
@ -124,7 +124,7 @@ void VertexManager::Draw(u32 stride)
|
|||
} else {
|
||||
glDrawRangeElements(primitive_mode, 0, max_index, index_size, GL_UNSIGNED_SHORT, (u8*)nullptr+s_index_offset);
|
||||
}
|
||||
INCSTAT(stats.thisFrame.numIndexedDrawCalls);
|
||||
INCSTAT(stats.thisFrame.numDrawCalls);
|
||||
}
|
||||
|
||||
void VertexManager::vFlush(bool useDstAlpha)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue