We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b98a12 commit 9382ae8Copy full SHA for 9382ae8
retrocrt_timings/no_modeswitch.txt
@@ -0,0 +1,2 @@
1
+amiga
2
+daphne
scripts/retrocrt_timings
@@ -30,6 +30,10 @@ elif [ -f "$system_timings" ]; then
30
hdmi_timings="$(cat $system_timings)"
31
fi
32
33
+if test "$ra_system" && grep -wq $ra_system $retrocrt_install/retrocrt_timings/no_modeswitch.txt; then
34
+ unset hdmi_timings
35
+fi
36
+
37
# does the timings file exist?
38
if [ "$hdmi_timings" ]; then
39
# apply our new timings
0 commit comments