mirror of https://github.com/bsnes-emu/bsnes.git
Document the "no audio → fast forward" behaviour.
This commit is contained in:
parent
b26db6c9b8
commit
bc9e8c8f4a
|
@ -6,6 +6,9 @@ Why do Synchronize Video and Synchronize Audio conflict?
|
|||
where is the vsync option, and the video/audio rate tradeoff
|
||||
https://board.byuu.org/viewtopic.php?p=43305#p43305
|
||||
|
||||
games run in fast-forward if there's no audio device
|
||||
https://board.byuu.org/viewtopic.php?p=44138#p44138
|
||||
|
||||
exclusive full-screen?
|
||||
|
||||
phones and tablets
|
||||
|
|
|
@ -121,6 +121,13 @@ On Linux:
|
|||
PulseAudio's OSS emulation,
|
||||
or not work at all.
|
||||
|
||||
TODO: If the audio driver is set to None,
|
||||
or you have no audio device,
|
||||
Sync Audio does not work
|
||||
and games will run in fast-forward
|
||||
unless you enable Sync Video.
|
||||
https://board.byuu.org/viewtopic.php?p=44138#p44138
|
||||
|
||||
Input
|
||||
-----
|
||||
|
||||
|
|
Loading…
Reference in New Issue