mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-10 10:30:35 +00:00
Merge pull request #3307 from thedax/reviseFrameskipOSMs
Use the correct "Frame Skipping" translation string.
This commit is contained in:
commit
7db0398d6d
@ -283,7 +283,7 @@ namespace MainWindow
|
||||
g_Config.iFrameSkip = framesToSkip;
|
||||
|
||||
I18NCategory *g = GetI18NCategory("Graphics");
|
||||
const char *frameskipStr = g->T("Frameskipping");
|
||||
const char *frameskipStr = g->T("Frame Skipping");
|
||||
const char *offStr = g->T("Off");
|
||||
const char *autoStr = g->T("Auto");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user