Minor documentation change. No whatsnew needed.

This commit is contained in:
Scott Stone 2010-01-19 14:20:11 +00:00
parent 22f672af59
commit c6c534dbb6

View File

@ -71,7 +71,7 @@ const options_entry mame_core_options[] =
/* performance options */
{ NULL, NULL, OPTION_HEADER, "CORE PERFORMANCE OPTIONS" },
{ "autoframeskip;afs", "0", OPTION_BOOLEAN, "enable automatic frameskip selection" },
{ "frameskip;fs(0-10)", "0", 0, "set frameskip to fixed value, 0-12 (autoframeskip must be disabled)" },
{ "frameskip;fs(0-10)", "0", 0, "set frameskip to fixed value, 0-10 (autoframeskip must be disabled)" },
{ "seconds_to_run;str", "0", 0, "number of emulated seconds to run before automatically exiting" },
{ "throttle", "1", OPTION_BOOLEAN, "enable throttling to keep game running in sync with real time" },
{ "sleep", "1", OPTION_BOOLEAN, "enable sleeping, which gives time back to other applications when idle" },