WIP Converted to per process openMSX share folder.
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
d653e900f0
commit
567f91be78
18 changed files with 197 additions and 104 deletions
|
|
@ -1,8 +0,0 @@
|
|||
<!DOCTYPE settings SYSTEM 'settings.dtd'>
|
||||
<settings>
|
||||
<settings>
|
||||
<setting id="save_settings_on_exit">false</setting>
|
||||
<setting id="sound_driver">null</setting>
|
||||
</settings>
|
||||
<bindings/>
|
||||
</settings>
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
<openmsx-control>
|
||||
<!--
|
||||
When booting 'openmsx -control stdio < boot_stdio.xml'
|
||||
It starts then in power off mode and without renderer for fast booting.
|
||||
-->
|
||||
<command>set power on</command>
|
||||
</openmsx-control>
|
||||
8
lib/openmsx/settings.xml
Normal file
8
lib/openmsx/settings.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<!DOCTYPE settings SYSTEM 'settings.dtd'>
|
||||
<settings>
|
||||
<settings>
|
||||
<setting id="save_settings_on_exit">false</setting>
|
||||
<setting id="sound_driver">null</setting>
|
||||
</settings>
|
||||
<bindings/>
|
||||
</settings>
|
||||
3
lib/openmsx/stdio.xml
Normal file
3
lib/openmsx/stdio.xml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<openmsx-control>
|
||||
<command>set power on</command>
|
||||
</openmsx-control>
|
||||
Loading…
Add table
Add a link
Reference in a new issue