mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
parent
a88f6b45d2
commit
0b666d0dac
1 changed files with 1 additions and 0 deletions
|
@ -957,6 +957,7 @@ void PPGeDrawTextWrapped(const char *text, float x, float y, float wrapWidth, fl
|
|||
}
|
||||
|
||||
int zoom = (PSP_CoreParameter().pixelHeight + 479) / 480;
|
||||
zoom = std::min(zoom, PSP_CoreParameter().renderScaleFactor);
|
||||
float maxScaleDown = zoom == 1 ? 1.3f : 2.0f;
|
||||
|
||||
if (HasTextDrawer()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue