mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
Merge pull request #1362 from unknownbrackets/ui-tweaks
Fix Graphics Settings header, update en_US.ini
This commit is contained in:
commit
e242ceab12
@ -609,7 +609,10 @@ void GraphicsScreen::render() {
|
||||
|
||||
I18NCategory *g = GetI18NCategory("General");
|
||||
I18NCategory *gs = GetI18NCategory("Graphics");
|
||||
|
||||
ui_draw2d.SetFontScale(1.5f, 1.5f);
|
||||
ui_draw2d.DrawText(UBUNTU24, gs->T("Graphics Settings"), dp_xres / 2, 20, 0xFFFFFFFF, ALIGN_HCENTER);
|
||||
ui_draw2d.SetFontScale(1.0f, 1.0f);
|
||||
|
||||
if (UIButton(GEN_ID, Pos(dp_xres - 10, dp_yres-10), LARGE_BUTTON_WIDTH, 0, g->T("Back"), ALIGN_RIGHT | ALIGN_BOTTOM)) {
|
||||
screenManager()->finishDialog(this, DR_OK);
|
||||
|
@ -9,6 +9,7 @@ Dump frame to log = Dump frame to log
|
||||
Load language ini = Load language ini
|
||||
Run CPU tests = Run CPU tests
|
||||
Save language ini = Save language ini
|
||||
Developer Tools = Developer Tools
|
||||
[General]
|
||||
Back = Back
|
||||
[MainSettings]
|
||||
@ -47,3 +48,10 @@ Media Engine = Media Engine
|
||||
Mipmapping = Mipmapping
|
||||
Stream VBO = Stream VBO
|
||||
Vertex Cache = Vertex Cache
|
||||
Stretch to Display = Stretch to Display
|
||||
[Pause]
|
||||
Back to Menu = Back to Menu
|
||||
Continue = Continue
|
||||
Load State = Load State
|
||||
Save State = Save State
|
||||
Settings = Settings
|
||||
|
Loading…
Reference in New Issue
Block a user