diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-05 22:38:15 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-05 22:38:15 +0000 |
commit | d6ebd6c6f8b30f4465b2a5e699261668d63f9000 (patch) | |
tree | acc1c2ce65aeb1b69e15c7799854d050ba377118 /emulators/mame/files/patch-src__osd__sdl__sdltime.c | |
parent | - Update to version 0.118. (diff) |
- Update to version 0.118u3.
- The wrapper script additional output has been removed so programs that parse
the output do not get unexpected data.
Submitted by: nikow <madleser@gmx.de> (private e-mail)
Diffstat (limited to 'emulators/mame/files/patch-src__osd__sdl__sdltime.c')
-rw-r--r-- | emulators/mame/files/patch-src__osd__sdl__sdltime.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/mame/files/patch-src__osd__sdl__sdltime.c b/emulators/mame/files/patch-src__osd__sdl__sdltime.c deleted file mode 100644 index 6907940ec585..000000000000 --- a/emulators/mame/files/patch-src__osd__sdl__sdltime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/osd/sdl/sdltime.c.orig Tue Jul 10 13:43:47 2007 -+++ ./src/osd/sdl/sdltime.c Wed Aug 29 00:49:36 2007 -@@ -34,7 +34,7 @@ - - - // cheez until u3 --#if defined(LSB_FIRST) && !defined(PTR64) -+#ifdef __i386__ - #define X86_ASM - #endif - |