summaryrefslogtreecommitdiff
path: root/emulators/gxmame/files/patch-src::mameio.c
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-03-12 09:28:15 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-03-12 09:28:15 +0000
commitb9c7ebb7f7eef59f15abb9c9520d92f9993ff1c2 (patch)
tree27ac08d45efbbadab7d3f89d7418b31484b7cfe1 /emulators/gxmame/files/patch-src::mameio.c
parent- Update to 0.3 (diff)
Unbreak & update to 0.35 beta1
PR: ports/78643 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=130968
Diffstat (limited to 'emulators/gxmame/files/patch-src::mameio.c')
-rw-r--r--emulators/gxmame/files/patch-src::mameio.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/gxmame/files/patch-src::mameio.c b/emulators/gxmame/files/patch-src::mameio.c
deleted file mode 100644
index cae61e507d99..000000000000
--- a/emulators/gxmame/files/patch-src::mameio.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/mameio.c.orig Wed Nov 26 10:38:21 2003
-+++ src/mameio.c Wed Sep 1 18:14:39 2004
-@@ -217,7 +217,7 @@
-
- /* Generate the list */
- /* without including neither history nor mameinfo to have less to parse after*/
-- opt=g_strdup_printf("%s -listinfo -%s /dev/null -%s /dev/null 2>/dev/null",
-+ opt=g_strdup_printf("%s -listxml -%s /dev/null -%s /dev/null | xml2info 2>/dev/null",
- current_exec->path,
- available_options->mameinfo_file_option,
- available_options->history_file_option);