mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-12 16:06:11 +00:00
Properly size debug text when zoomed
This commit is contained in:
parent
a375dcb97c
commit
0448c62146
@ -196,7 +196,7 @@ void hleEnterVblank(u64 userdata, int cyclesLate)
|
||||
gpuStats.numShaders
|
||||
);
|
||||
|
||||
float zoom = 0.7f * sqrtf(g_Config.iWindowZoom);
|
||||
float zoom = 0.7f / g_Config.iWindowZoom;
|
||||
PPGeBegin();
|
||||
PPGeDrawText(stats, 2, 2, 0, zoom, 0x90000000);
|
||||
PPGeDrawText(stats, 0, 0, 0, zoom);
|
||||
|
Loading…
Reference in New Issue
Block a user