mirror of https://github.com/snes9xgit/snes9x.git
Add missing translated entry
This commit is contained in:
parent
eb7ddae407
commit
054e2f55b1
|
@ -77,7 +77,7 @@ struct retro_core_option_definition option_defs_us[] = {
|
|||
{ "auto", "Auto" },
|
||||
{ "ntsc", "NTSC" },
|
||||
{ "pal", "PAL" },
|
||||
{ NULL, NULL },
|
||||
{ NULL, NULL},
|
||||
},
|
||||
"4:3"
|
||||
},
|
||||
|
|
|
@ -96,6 +96,7 @@ struct retro_core_option_definition option_defs_tr[] = {
|
|||
"Tercih edilen içerik en boy oranını seçin. Bu, yalnızca RetroArch’ın en boy oranı Video ayarlarında 'Core tarafından' olarak ayarlandığında uygulanacaktır.",
|
||||
{
|
||||
{ "4:3", NULL },
|
||||
{ "4:3 scaled", "4:3 (Korunmuş)" },
|
||||
{ "uncorrected", "Düzeltilmemiş" },
|
||||
{ "auto", "Otomatik" },
|
||||
{ "ntsc", "NTSC" },
|
||||
|
|
Loading…
Reference in New Issue