mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-23 19:19:22 +01:00
Updated english language translation (#898)
* Updated english language translation * Updated english language translation
This commit is contained in:
parent
5b5c85a764
commit
d472904ce3
@ -2828,7 +2828,7 @@ static int MenuSettingsMappingsMap()
|
||||
backBtn.SetTrigger(trig2);
|
||||
backBtn.SetEffectGrow();
|
||||
|
||||
GuiText resetBtnTxt("Reset", 22, (GXColor){0, 0, 0, 255});
|
||||
GuiText resetBtnTxt("Reset Mappings", 22, (GXColor){0, 0, 0, 255});
|
||||
GuiImage resetBtnImg(&btnShortOutline);
|
||||
GuiImage resetBtnImgOver(&btnShortOutlineOver);
|
||||
GuiButton resetBtn(btnShortOutline.GetWidth(), btnShortOutline.GetHeight());
|
||||
@ -3410,9 +3410,9 @@ static int MenuSettingsVideo()
|
||||
case 0:
|
||||
sprintf (options.value[9], "Default"); break;
|
||||
case 1:
|
||||
sprintf (options.value[9], "40 Mhz"); break;
|
||||
sprintf (options.value[9], "40 MHz"); break;
|
||||
case 2:
|
||||
sprintf (options.value[9], "60 Mhz"); break;
|
||||
sprintf (options.value[9], "60 MHz"); break;
|
||||
}
|
||||
optionBrowser.TriggerUpdate();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user