mirror of
https://github.com/holub/mame
synced 2025-05-21 13:18:56 +03:00
Minor documentation change. No whatsnew needed.
This commit is contained in:
parent
22f672af59
commit
c6c534dbb6
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user