]> git.wh0rd.org Git - patches.git/blob - xmame-0.104-6.8.patch
initial import
[patches.git] / xmame-0.104-6.8.patch
1 diff -Naur xmame-0.104_pre/src/unix/unix.mak xmame-0.104/src/unix/unix.mak
2 --- xmame-0.104_pre/src/unix/unix.mak   2006-05-22 13:28:19.000000000 +0800
3 +++ xmame-0.104/src/unix/unix.mak       2006-05-08 20:05:30.000000000 +0800
4 @@ -296,9 +296,6 @@
5  SOUND_SDL = 0
6  endif
7  
8 -#lee :we don't need any effect
9 -MY_CFLAGS += -DDISABLE_EFFECTS
10 -
11  ##############################################################################
12  # Object listings
13  ##############################################################################
14 diff -Naur xmame-0.104_pre/src/unix/video-drivers/SDL.c xmame-0.104/src/unix/video-drivers/SDL.c
15 --- xmame-0.104_pre/src/unix/video-drivers/SDL.c        2006-05-22 13:25:00.000000000 +0800
16 +++ xmame-0.104/src/unix/video-drivers/SDL.c    2006-05-20 17:49:44.000000000 +0800
17 @@ -59,7 +59,7 @@
18    /* name, shortname, type, dest, deflt, min, max, func, help */
19    { NULL, NULL, rc_link, aspect_opts, NULL, 0, 0, NULL, NULL },
20    { "SDL Related", NULL, rc_seperator, NULL, NULL, 0, 0, NULL, NULL },
21 -  { "doublebuf", NULL, rc_bool, &doublebuf, "0", 0, 0, NULL,
22 +  { "doublebuf", NULL, rc_bool, &doublebuf, "1", 0, 0, NULL,
23      "Use double buffering to reduce flicker/tearing" },
24    { "grabinput", "gi", rc_bool, &sdl_grab_input, "0", 0, 0, NULL, "Select input grabbing (left-ctrl + delete)" },
25    { "alwaysusemouse", "aum", rc_bool, &sdl_always_use_mouse, "0", 0, 0, NULL, "Always use mouse movements as input, even when not grabbed and not fullscreen (default disabled)" },