|
|
@@ -1,51 +0,0 @@
|
|
|
-Index: src/mameio.c
|
|
|
---- src/mameio.c.orig 2003-11-26 10:38:21 +0100
|
|
|
-+++ src/mameio.c 2004-11-06 15:52:31 +0100
|
|
|
-@@ -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 | xmame-xml2info 2>/dev/null",
|
|
|
- current_exec->path,
|
|
|
- available_options->mameinfo_file_option,
|
|
|
- available_options->history_file_option);
|
|
|
-Index: src/options.c
|
|
|
---- src/options.c.orig 2003-12-18 20:03:13 +0100
|
|
|
-+++ src/options.c 2004-11-06 15:52:31 +0100
|
|
|
-@@ -7298,8 +7298,6 @@
|
|
|
- "%s " /* newext */
|
|
|
- "-%sxsync "
|
|
|
- "-%sprivatecmap "
|
|
|
-- "-%sxil "
|
|
|
-- "-%smtxil "
|
|
|
- "%s ", /* Video mode */
|
|
|
- x11mode,
|
|
|
- (target->cursor)?"":"no",
|
|
|
-@@ -7308,8 +7306,6 @@
|
|
|
- newext?newext:"",
|
|
|
- (target->xsync)?"":"no",
|
|
|
- (target->privatecmap)?"":"no",
|
|
|
-- (target->xil)?"":"no",
|
|
|
-- (target->mtxil)?"":"no",
|
|
|
- Video_Mode_option?Video_Mode_option:""
|
|
|
- );
|
|
|
- }
|
|
|
-@@ -7323,8 +7319,6 @@
|
|
|
- "%s " /* newext */
|
|
|
- "-%sxsync "
|
|
|
- "-%sprivatecmap "
|
|
|
-- "-%sxil "
|
|
|
-- "-%smtxil "
|
|
|
- "%s ", /* Video mode */
|
|
|
- target->x11_mode,
|
|
|
- (target->cursor)?"":"no",
|
|
|
-@@ -7334,8 +7328,6 @@
|
|
|
- newext?newext:"",
|
|
|
- (target->xsync)?"":"no",
|
|
|
- (target->privatecmap)?"":"no",
|
|
|
-- (target->xil)?"":"no",
|
|
|
-- (target->mtxil)?"":"no",
|
|
|
- Video_Mode_option?Video_Mode_option:""
|
|
|
- );
|
|
|
- }
|