Added SOUND_DRIVER documentation.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -2s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -2s
This commit is contained in:
parent
158cb6a887
commit
7a2abf6418
3 changed files with 3 additions and 2 deletions
|
|
@ -6,6 +6,9 @@
|
|||
# SAVE_SETTINGS_ON_EXIT=off
|
||||
# Disables automatic settings saving.
|
||||
#
|
||||
# SOUND_DRIVER=null
|
||||
# Disabled sound to remove boot beeps.
|
||||
#
|
||||
# RENDERER=SDL
|
||||
# Override video output from command line.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -3,6 +3,5 @@
|
|||
When booting 'openmsx -control stdio < boot_stdio.xml'
|
||||
It starts then in power off mode and without renderer for fast booting.
|
||||
-->
|
||||
<command>set sound_driver null</command>
|
||||
<command>set power on</command>
|
||||
</openmsx-control>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue