Make the debug statistics easier to read.

This commit is contained in:
Unknown W. Brackets 2013-01-11 08:44:39 -08:00
parent 6ec8fe6bf3
commit bec6c8d80c

View file

@ -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();