Small doc update.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -8s

This commit is contained in:
Willem Cazander 2024-06-30 01:48:05 +02:00
parent f5554b818f
commit fd67884bee
3 changed files with 3 additions and 4 deletions

View file

@ -169,8 +169,8 @@ Current set is WIP.
## Errata ## Errata
* Imported folders in openMSX; `cd utils;cd ..;dir` breaks, use `cd utils:cd a:\;dir` as workaround * 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 * Doesn't work on windows
* Missing C and mixed support * 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

View file

@ -4,7 +4,6 @@
# #
# 'boot_exec_exit' # 'boot_exec_exit'
# Requested delayed shutdown of openMSX. # Requested delayed shutdown of openMSX.
# (as workaround for segfault when screenshot is not ready yet)
# #
# 'boot_exec_color_dark' # 'boot_exec_color_dark'
# Sets the VDP colors to dark color tones. # Sets the VDP colors to dark color tones.

View file

@ -35,7 +35,7 @@ proc boot_mode_show_gui {} {
after time 1 "set renderer $boot_env_renderer_type" after time 1 "set renderer $boot_env_renderer_type"
set throttle on set throttle on
} else { } 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 exit 1
} }
return "Requested GUI with $boot_env_renderer_type" return "Requested GUI with $boot_env_renderer_type"