Small doc update.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -8s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -8s
This commit is contained in:
parent
f5554b818f
commit
fd67884bee
3 changed files with 3 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue