mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Better align title with game icon in pause screen
This commit is contained in:
parent
94e6e1b47c
commit
4492541667
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ void PauseScreen::render() {
|
|||
ctx->RebindTexture();
|
||||
}
|
||||
|
||||
ui_draw2d.DrawText(UBUNTU48, title, dp_xres / 2, 30, 0xFFFFFFFF, ALIGN_HCENTER);
|
||||
ui_draw2d.DrawText(UBUNTU48, title, 10+144+10, 30, 0xFFFFFFFF, ALIGN_LEFT);
|
||||
|
||||
int x = 30;
|
||||
int y = 50;
|
||||
|
|
Loading…
Add table
Reference in a new issue