From bf6a4d78f38aadd0f01587aa9a7826919014e9fd Mon Sep 17 00:00:00 2001 From: digitalLumberjack Date: Tue, 9 May 2023 12:07:54 +0200 Subject: [PATCH] feat(system): rrgbd: force hdmi is now the default behavior for recalbox rgb dual --- package/recalbox-crt/crt-config/recalbox-crt-options.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/recalbox-crt/crt-config/recalbox-crt-options.cfg b/package/recalbox-crt/crt-config/recalbox-crt-options.cfg index a4442b1547..81c2480d82 100644 --- a/package/recalbox-crt/crt-config/recalbox-crt-options.cfg +++ b/package/recalbox-crt/crt-config/recalbox-crt-options.cfg @@ -7,3 +7,6 @@ mode.offset.i640x480.verticaloffset = -2 mode.offset.p1920x288.horizontaloffset = -5 mode.offset.p1920x288.verticaloffset = 0 mode.offset.i768x576.horizontaloffset = 1 + +# Force HDMI will be by default since 9.1 +video.forcehdmi = 1 \ No newline at end of file -- GitLab