mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-04 23:16:41 +00:00
Change a few menu texts so that they don't need to be translated.
This commit is contained in:
parent
64984c5991
commit
a42b780141
@ -408,9 +408,7 @@ namespace MainWindow
|
||||
TranslateMenuItem(ID_OPTIONS_LINEARFILTERING, graphics);
|
||||
TranslateMenuItem(ID_OPTIONS_LINEARFILTERING_CG, graphics);
|
||||
TranslateMenuItem(ID_TEXTURESCALING_OFF, graphics);
|
||||
// Skip texture scaling 2x/3x..
|
||||
TranslateMenuItem(ID_TEXTURESCALING_4X, desktopUI);
|
||||
TranslateMenuItem(ID_TEXTURESCALING_5X, desktopUI);
|
||||
// Skip texture scaling 2x-5x...
|
||||
TranslateMenuItem(ID_TEXTURESCALING_XBRZ, graphics);
|
||||
TranslateMenuItem(ID_TEXTURESCALING_HYBRID, graphics);
|
||||
TranslateMenuItem(ID_TEXTURESCALING_BICUBIC, graphics);
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user