Added run_gui forever documentation keyword in the makefile.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s

This commit is contained in:
Willem Cazander 2024-07-02 18:22:13 +02:00
parent aaa62970d0
commit 055a8f3b36

View file

@ -29,10 +29,10 @@ endef
define mb_msxpipe_run_gui define mb_msxpipe_run_gui
$(call _mb_msxpipe_run_gui,$(1),$(2),$(3)) $(call _mb_msxpipe_run_gui,$(1),$(2),$(3))
endef endef
MB_DOC_HELP_FUNCTION += $(call mb_doc_function,mb_msxpipe_run_gui,"Runs openMSX with renderer and optionals.","<dir> [cmd] [machine]") MB_DOC_HELP_FUNCTION += $(call mb_doc_function,mb_msxpipe_run_gui,"Runs openMSX forever with renderer and optionals.","<dir> [cmd] [machine]")
define mb_msxpipe_run_gui_mouse define mb_msxpipe_run_gui_mouse
$(call _mb_msxpipe_run_gui,$(1),$(2),$(3),mouse) $(call _mb_msxpipe_run_gui,$(1),$(2),$(3),mouse)
endef endef
MB_DOC_HELP_FUNCTION += $(call mb_doc_function,mb_msxpipe_run_gui_mouse,"Runs openMSX with renderer and mouse and optionals.","<dir> [cmd] [machine]") MB_DOC_HELP_FUNCTION += $(call mb_doc_function,mb_msxpipe_run_gui_mouse,"Runs openMSX forever with renderer and mouse and optionals.","<dir> [cmd] [machine]")