summaryrefslogtreecommitdiff
path: root/misc/gxmame/patches/patch-aa
blob: b90c41a8855d44f328f9789453e8b5c8ef6e11c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2004/11/07 21:13:23 kristerw Exp $

--- src/mameio.c.orig	2003-11-26 10:38:21.000000000 +0100
+++ src/mameio.c	2004-09-30 16:49:42.000000000 +0200
@@ -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);