Added reboot message.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -10s

This commit is contained in:
Willem Cazander 2024-07-01 01:12:51 +02:00
parent 1b8e8b8590
commit 12c019c9d6
2 changed files with 6 additions and 1 deletions

View file

@ -1,2 +1,2 @@
rem Reboots openMSX
omsxctl after time 1 reset
omsxctl headless_reset

View file

@ -36,6 +36,11 @@ proc headless_exit {} {
return "Shutdown openMSX"
}
proc headless_reset {} {
after time 1 "reset"
return "Reboot openMSX"
}
proc headless_show_gui {} {
global renderer
global throttle