Added more boot speed

This commit is contained in:
Willem Cazander 2024-06-21 21:08:09 +02:00
parent 82414ea247
commit fd50ec9a21

View file

@ -48,8 +48,8 @@ endef
define mb_autoexec_open_gui
@echo === Generating autoexec.bat for command with gui
$(call mb_autoexec_write_default,$(1))
$(call mb_autoexec_append_gui_mode,$(1))
$(call mb_autoexec_append_stop_fail,$(1))
$(call mb_autoexec_append_gui_mode,$(1))
$(call mb_autoexec_append_echo,$(1),Type 'shutdown' or 'omsxctl exit' to stop emulation.)
endef
define mb_autoexec_open_gui_cmd