From e256594b8ee322e27e3587f6243f88777157fb41 Mon Sep 17 00:00:00 2001 From: Willem Date: Fri, 21 Jun 2024 00:41:11 +0200 Subject: [PATCH] Updated doc of override of SDL from command line --- lib/openmsx/boot_env.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/openmsx/boot_env.tcl b/lib/openmsx/boot_env.tcl index d1c7933..8d2e6d0 100644 --- a/lib/openmsx/boot_env.tcl +++ b/lib/openmsx/boot_env.tcl @@ -6,8 +6,8 @@ # SAVE_SETTINGS_ON_EXIT=false # Disables automatic settings saving. # -# RENDERER=none -# Disables video output, to enable video use 'SDL' as argument. +# RENDERER=SDL +# Override video output from command line. # # THROTTLE=off # Disables msx speed emulation.