summaryrefslogtreecommitdiff
path: root/Ports/emu2/patches/video.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Ports/emu2/patches/video.patch')
-rw-r--r--Ports/emu2/patches/video.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/Ports/emu2/patches/video.patch b/Ports/emu2/patches/video.patch
deleted file mode 100644
index 95bfe39852..0000000000
--- a/Ports/emu2/patches/video.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-+++ emu2-master/src/video.c 2021-04-14 09:29:03.273155128 -0700
-@@ -154,7 +154,7 @@
- static void init_video(void)
- {
- debug(debug_video, "starting video emulation.\n");
-- int tty_fd = open("/dev/tty", O_NOCTTY | O_WRONLY);
-+ int tty_fd = open(ttyname(0), O_NOCTTY | O_WRONLY);
- if(tty_fd < 0)
- {
- print_error("error at open TTY, %s\n", strerror(errno));