summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/uae/files/uae-0.8.27-gui-race.diff')
-rw-r--r--app-emulation/uae/files/uae-0.8.27-gui-race.diff71
1 files changed, 0 insertions, 71 deletions
diff --git a/app-emulation/uae/files/uae-0.8.27-gui-race.diff b/app-emulation/uae/files/uae-0.8.27-gui-race.diff
deleted file mode 100644
index 08d7a69..0000000
--- a/app-emulation/uae/files/uae-0.8.27-gui-race.diff
+++ /dev/null
@@ -1,71 +0,0 @@
-Index: src/gui-gtk/gtkui.c
-===================================================================
---- src/gui-gtk/gtkui.c (revision 1005)
-+++ src/gui-gtk/gtkui.c (working copy)
-@@ -2856,7 +2856,7 @@ static void create_guidlg (void)
-
- static void *gtk_gui_thread (void *dummy)
- {
-- gui_available = 1;
-+ create_guidlg ();
- gtk_main ();
-
- gui_available = 0;
-@@ -2997,18 +2997,16 @@ int gui_init (int at_start)
- if (gui_available)
- return 0;
-
-+ gui_available = 1;
- if (at_start) {
- init_comm_pipe (&to_gui_pipe, 20, 1);
- init_comm_pipe (&from_gui_pipe, 20, 1);
- uae_sem_init (&gui_sem, 0, 1);
- uae_sem_init (&gui_init_sem, 0, 0);
- uae_sem_init (&gui_quit_sem, 0, 0);
-- }
-
-- create_guidlg ();
-- if (at_start)
- uae_start_thread (gtk_gui_thread, NULL, &tid);
--
-+ }
- gui_update ();
-
- if (at_start && currprefs.start_gui == 1) {
-Index: src/gui-none/nogui.c
-===================================================================
---- src/gui-none/nogui.c (revision 1005)
-+++ src/gui-none/nogui.c (working copy)
-@@ -16,7 +16,7 @@ static void sigchldhandler(int foo)
- {
- }
-
--int gui_init (void)
-+int gui_init (int foo)
- {
- return 0;
- }
-Index: src/audio.c
-===================================================================
---- src/audio.c (revision 1005)
-+++ src/audio.c (working copy)
-@@ -6,6 +6,7 @@
- * Copyright 1995, 1996, 1997 Bernd Schmidt
- * Copyright 1996 Marcus Sundberg
- * Copyright 1996 Manfred Thole
-+ * Copyright 2005 Heikki Orsila
- * Copyright 2006 Toni Wilen
- *
- * new filter algorithm and anti&sinc interpolators by Antti S. Lankila
-Index: docs/CREDITS
-===================================================================
---- docs/CREDITS (revision 1005)
-+++ docs/CREDITS (working copy)
-@@ -64,6 +64,7 @@ Miscellaneous code contributions:
- - István Fábián: helped with disk hardware information
- - Richard Drummond: kept the code base up-to-date in E-UAE when I stopped
- working on UAE on a regular basis.
-+ - Heikki Orsila: Sound filter infrastructure.
-
- System specific fixes/ports (some of the fixes for various Unices are no
- longer present, though, since we now use autoconf):