mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Minor fix
This commit is contained in:
parent
f53c5dc381
commit
b3f7df6d29
1 changed files with 2 additions and 1 deletions
|
@ -412,7 +412,8 @@ void PauseScreen::render() {
|
|||
// Shared with settings
|
||||
I18NCategory *ss = GetI18NCategory("System");
|
||||
I18NCategory *gs = GetI18NCategory("Graphics");
|
||||
|
||||
I18NCategory *a = GetI18NCategory("Audio");
|
||||
|
||||
UICheckBox(GEN_ID, x, y += stride, a->T("Enable Sound"), ALIGN_TOPLEFT, &g_Config.bEnableSound);
|
||||
UICheckBox(GEN_ID, x, y += stride, ss->T("Show FPS"), ALIGN_TOPLEFT, &g_Config.bShowFPSCounter);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue