mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-19 15:13:10 +00:00
Fix typo, update lang (latest Swedish translation and more)
This commit is contained in:
parent
2694343243
commit
7ebc5b6daa
@ -1161,7 +1161,7 @@ void SystemScreen::render() {
|
||||
UICheckBox(GEN_ID, x, y += stride, s->T("Fast Memory", "Fast Memory (unstable)"), ALIGN_TOPLEFT, &g_Config.bFastMemory);
|
||||
|
||||
UICheckBox(GEN_ID, x, y += stride, s->T("Daylight Savings"), ALIGN_TOPLEFT, &g_Config.bDayLightSavings);
|
||||
UICheckBox(GEN_ID, x, y += stride, s->T("Button Perference"), ALIGN_TOPLEFT, &g_Config.bButtonPreference);
|
||||
UICheckBox(GEN_ID, x, y += stride, s->T("Button Preference"), ALIGN_TOPLEFT, &g_Config.bButtonPreference);
|
||||
if (g_Config.bButtonPreference) {
|
||||
char button[256];
|
||||
std::string type;
|
||||
|
2
lang
2
lang
@ -1 +1 @@
|
||||
Subproject commit cf710f2017db93c4019ce53a03764edf3136fa84
|
||||
Subproject commit 81dc0b9141e7d1445efc7b152b88ab16ff75c737
|
Loading…
x
Reference in New Issue
Block a user