Added reboot message.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -10s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -10s
This commit is contained in:
parent
1b8e8b8590
commit
12c019c9d6
|
@ -1,2 +1,2 @@
|
||||||
rem Reboots openMSX
|
rem Reboots openMSX
|
||||||
omsxctl after time 1 reset
|
omsxctl headless_reset
|
|
@ -36,6 +36,11 @@ proc headless_exit {} {
|
||||||
return "Shutdown openMSX"
|
return "Shutdown openMSX"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
proc headless_reset {} {
|
||||||
|
after time 1 "reset"
|
||||||
|
return "Reboot openMSX"
|
||||||
|
}
|
||||||
|
|
||||||
proc headless_show_gui {} {
|
proc headless_show_gui {} {
|
||||||
global renderer
|
global renderer
|
||||||
global throttle
|
global throttle
|
||||||
|
|
Loading…
Reference in a new issue