From 75defafde91207f4477cf262b1619d031f229dd7 Mon Sep 17 00:00:00 2001 From: Willem Date: Wed, 3 Jul 2024 00:04:21 +0200 Subject: [PATCH] Improved manual run speed and made remarks correct. --- lib/emuctl/reboot.bat | 2 +- lib/emuctl/shutdown.bat | 2 +- lib/openmsx/share/scripts/headless.tcl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/emuctl/reboot.bat b/lib/emuctl/reboot.bat index 5747559..971a989 100644 --- a/lib/emuctl/reboot.bat +++ b/lib/emuctl/reboot.bat @@ -1,2 +1,2 @@ -rem Reboots openMSX +rem Reboot openMSX omsxctl headless_reset \ No newline at end of file diff --git a/lib/emuctl/shutdown.bat b/lib/emuctl/shutdown.bat index a6a6323..b4c35d2 100644 --- a/lib/emuctl/shutdown.bat +++ b/lib/emuctl/shutdown.bat @@ -1,2 +1,2 @@ -rem Exit openMSX +rem Shutdown openMSX omsxctl headless_exit \ No newline at end of file diff --git a/lib/openmsx/share/scripts/headless.tcl b/lib/openmsx/share/scripts/headless.tcl index ba33157..290b028 100644 --- a/lib/openmsx/share/scripts/headless.tcl +++ b/lib/openmsx/share/scripts/headless.tcl @@ -49,7 +49,7 @@ proc headless_show_gui {} { } if {$headless_renderer_type != 0} { after time 1 "set renderer $headless_renderer_type" - set throttle on + after time 2 "set throttle on" set headless_renderer_done 1 } else { puts stderr "error: Requested show gui but env.RENDERER is missing."