Disable sound before power on.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -2s

This commit is contained in:
Willem Cazander 2024-06-26 23:15:09 +02:00
parent c9e5ec0b93
commit 158cb6a887

View file

@ -3,5 +3,6 @@
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>