Skip to content

Commit

Permalink
Added some missing lines to Italian translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Jul 24, 2020
1 parent e0893d2 commit fcd0e33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Data/DaedalusX64/Languages/English.ini
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,6 @@ STR_DOWNLOAD_DATA=Download Data Files
STR_DLG_DOWNLOAD_DATA=Downloading Data Files
STR_FILTER_BY=Filter by:
STR_NO_FILTER=No Filter
STR_NO_TAGS=No Tags
STR_NO_TAGS=No Tags
STR_MENU_POST_PROCESSING=Post-Processing
STR_DESC_POST_PROCESSING=Allows to apply custom effects on the final rendered scene.
4 changes: 3 additions & 1 deletion Data/DaedalusX64/Languages/Italiano.ini
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,6 @@ STR_DOWNLOAD_DATA=Scarica File di Dati
STR_DLG_DOWNLOAD_DATA=Download dei File di Dati in corso
STR_FILTER_BY=Filtra per:
STR_NO_FILTER=Nessun Filtro
STR_NO_TAGS=Nessuna Tag
STR_NO_TAGS=Nessuna Tag
STR_MENU_POST_PROCESSING=Post-Processing
STR_DESC_POST_PROCESSING=Permette di applicare effetti personalizzati sul rendering finale.
2 changes: 1 addition & 1 deletion Source/SysVita/UI/MenuBarScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ int gUiTheme = DARK_THEME;
int gAspectRatio = RATIO_16_9;
int gTexCacheMode = TEX_CACHE_ACCURATE;
int gAntiAliasing = ANTIALIASING_MSAA_4X;
int gPostProcessing = 0;
bool gTexturesDumper = false;
bool gUseHighResTextures = false;
bool gUseRearpad = false;
int gPostProcessing = 0;

GLuint shaders[2];
GLuint program = 0xDEADBEEF;
Expand Down

0 comments on commit fcd0e33

Please sign in to comment.