Skip to content

Commit 9382ae8

Browse files
committed
no mode switch on daphne
1 parent 9b98a12 commit 9382ae8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

retrocrt_timings/no_modeswitch.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
amiga
2+
daphne

scripts/retrocrt_timings

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ elif [ -f "$system_timings" ]; then
3030
hdmi_timings="$(cat $system_timings)"
3131
fi
3232

33+
if test "$ra_system" && grep -wq $ra_system $retrocrt_install/retrocrt_timings/no_modeswitch.txt; then
34+
unset hdmi_timings
35+
fi
36+
3337
# does the timings file exist?
3438
if [ "$hdmi_timings" ]; then
3539
# apply our new timings

0 commit comments

Comments
 (0)