diff options
| author | 2025-05-30 19:18:24 +0200 | |
|---|---|---|
| committer | 2025-05-30 19:18:49 +0200 | |
| commit | 73b7cdabef578c6fa28e7f44204e16e69ecac9fb (patch) | |
| tree | 98c40dbd38151c87b0f9f0553d9342754ab165f0 /docs/man | |
| parent | c908c209a6d792436f4bbc8a3edc5c675a194095 (diff) | |
attotime: fix lockup with as_string and negative attotime,
video: fix issue with throttling when mame runs at slow motion (-speed lower than 0.2)
options: change mimimum speed setting from 0.01 to 0.1 (mame would crash with very low value, and besides, video throttle still fails below 0.1),
ui: add speed slider when cheats are enabled
Diffstat (limited to 'docs/man')
| -rw-r--r-- | docs/man/mame.6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/mame.6 b/docs/man/mame.6 index 05316275026..e45985a3011 100644 --- a/docs/man/mame.6 +++ b/docs/man/mame.6 @@ -946,7 +946,7 @@ Sets the startup volume. It can later be changed with the user interface .\" SDL specific .\" +++++++++++++++++++++++++++++++++++++++++++++++++++++++ .TP -.B \-audio_latency \fIvalue +.B \-audio_latency, \-alat \fIvalue This controls the amount of latency in seconds built into the audio streaming. Smaller values provide less audio delay while requiring better system performance. Higher values increase audio delay but may help avoid |
