From fd67884bee08a28dc2b77ef310ef5eb99f4a1d32 Mon Sep 17 00:00:00 2001 From: Willem Date: Sun, 30 Jun 2024 01:48:05 +0200 Subject: [PATCH] Small doc update. --- README.md | 4 ++-- lib/openmsx/share/scripts/boot_exec.tcl | 1 - lib/openmsx/share/scripts/boot_mode.tcl | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 288627e..cd67325 100644 --- a/README.md +++ b/README.md @@ -169,8 +169,8 @@ Current set is WIP. ## Errata * Imported folders in openMSX; `cd utils;cd ..;dir` breaks, use `cd utils:cd a:\;dir` as workaround -* Saving screenshots sometimes lets openMSX segfaults +* Saving screenshots sometimes lets openMSX segfaults if using SDL * Doesn't work on windows * Missing C and mixed support -* If no SDL than screenshot in fail_after doesn't work +* If no SDL or SDLGL-PP than screenshots or videos don't work diff --git a/lib/openmsx/share/scripts/boot_exec.tcl b/lib/openmsx/share/scripts/boot_exec.tcl index f75783c..7529c19 100644 --- a/lib/openmsx/share/scripts/boot_exec.tcl +++ b/lib/openmsx/share/scripts/boot_exec.tcl @@ -4,7 +4,6 @@ # # 'boot_exec_exit' # Requested delayed shutdown of openMSX. -# (as workaround for segfault when screenshot is not ready yet) # # 'boot_exec_color_dark' # Sets the VDP colors to dark color tones. diff --git a/lib/openmsx/share/scripts/boot_mode.tcl b/lib/openmsx/share/scripts/boot_mode.tcl index 5070ac2..fa56fef 100644 --- a/lib/openmsx/share/scripts/boot_mode.tcl +++ b/lib/openmsx/share/scripts/boot_mode.tcl @@ -35,7 +35,7 @@ proc boot_mode_show_gui {} { after time 1 "set renderer $boot_env_renderer_type" set throttle on } else { - puts stderr "error: Requested boot_gui_mode but env.RENDERER is missing." + puts stderr "error: Requested show gui but env.RENDERER is missing." exit 1 } return "Requested GUI with $boot_env_renderer_type"