mirror of https://github.com/stella-emu/stella.git
Typo.
This commit is contained in:
parent
449af1ed58
commit
a14fcb2e58
|
@ -64,7 +64,7 @@ WhatsNewDialog::WhatsNewDialog(OSystem& osystem, DialogContainer& parent,
|
||||||
add(ypos, "added MovieCart support");
|
add(ypos, "added MovieCart support");
|
||||||
add(ypos, "keep multiple dump files when dumping to SD");
|
add(ypos, "keep multiple dump files when dumping to SD");
|
||||||
add(ypos, "removed deadzone from USB game controllers");
|
add(ypos, "removed deadzone from USB game controllers");
|
||||||
add(ypos, "add opt-out for overclocking to the settings file")
|
add(ypos, "add opt-out for overclocking to the settings file");
|
||||||
#else
|
#else
|
||||||
if(version < "6.5")
|
if(version < "6.5")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue