mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Make the debug statistics easier to read.
This commit is contained in:
parent
6ec8fe6bf3
commit
bec6c8d80c
1 changed files with 3 additions and 1 deletions
|
@ -244,7 +244,9 @@ void hleEnterVblank(u64 userdata, int cyclesLate) {
|
|||
|
||||
float zoom = 0.5f; /// g_Config.iWindowZoom;
|
||||
PPGeBegin();
|
||||
PPGeDrawText(stats, 0, 0, 0, zoom, 0xFFc0c0c0);
|
||||
PPGeDrawText(stats, 1, 1, 0, zoom, 0xFF000000);
|
||||
PPGeDrawText(stats, -1, -1, 0, zoom, 0xFF000000);
|
||||
PPGeDrawText(stats, 0, 0, 0, zoom, 0xFFFFFFFF);
|
||||
PPGeEnd();
|
||||
|
||||
gpuStats.resetFrame();
|
||||
|
|
Loading…
Add table
Reference in a new issue