Update renderd7.cpp

This commit is contained in:
tobid7 2021-12-04 02:23:45 +01:00 committed by GitHub
parent fe2e9f0dcf
commit f1e6109fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -830,6 +830,8 @@ void RenderD7::DrawMetrikOvl()
RenderD7::OnScreen(Bottom);
}
RenderD7::DrawText(0, 0, mt_txtSize, mt_txtcolor, "FPS: " + RenderD7::GetFramerate());
RenderD7::DrawText(0, 50, mt_txtSize, C2D_Color32(255, 255, 255, 255), "CPU: " + C3D_GetProcessingTime()*6.0f + "/" + C3D_GetProcessingTime());
RenderD7::DrawText(0, 70, mt_txtSize, C2D_Color32(255, 255, 255, 255), "GPU: " + C3D_GetDrawingTime()*6.0f + "/" + C3D_GetDrawingTime());
}
/*RenderD7::Console::Console()