mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Change a few menu texts so that they don't need to be translated.
This commit is contained in:
parent
64984c5991
commit
a42b780141
2 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue