mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Forgot to remove these from the debug string.
This commit is contained in:
parent
c1e9df0777
commit
ad0da06f65
3 changed files with 2 additions and 3 deletions
|
@ -171,7 +171,6 @@ static void ScheduleLagSync(int over = 0) {
|
|||
}
|
||||
|
||||
void __DisplayInit() {
|
||||
gpuStats.Reset();
|
||||
hasSetMode = false;
|
||||
mode = 0;
|
||||
resumeMode = 0;
|
||||
|
|
|
@ -2130,8 +2130,7 @@ void GLES_GPU::GetStats(char *buffer, size_t bufsize) {
|
|||
"Cached, Uncached Vertices Drawn: %i, %i\n"
|
||||
"FBOs active: %i\n"
|
||||
"Textures active: %i, decoded: %i invalidated: %i\n"
|
||||
"Vertex, Fragment, Programs loaded: %i, %i, %i\n"
|
||||
"Pushbuffer space used: UBO %d, Vtx %d, Idx %d\n",
|
||||
"Vertex, Fragment, Programs loaded: %i, %i, %i\n",
|
||||
gpuStats.numVBlanks,
|
||||
gpuStats.msProcessingDisplayLists * 1000.0f,
|
||||
gpuStats.numDrawCalls,
|
||||
|
|
|
@ -35,6 +35,7 @@ GPUCommon::GPUCommon() :
|
|||
SetThreadEnabled(g_Config.bSeparateCPUThread);
|
||||
gstate.Reset();
|
||||
gstate_c.Reset();
|
||||
gpuStats.Reset();
|
||||
}
|
||||
|
||||
GPUCommon::~GPUCommon() {
|
||||
|
|
Loading…
Add table
Reference in a new issue