> xmame will fail to launch because mythgame sends the option "-joytype
> 4" to xmame by default. To fix this you need to do a little bit of
> voodoo on your mythconverge database. You will need to set "joytype" to
> 0 by editing the mamesettings table in your mythconverge
> database.
Patch attached to change default xmame setting of joytype from 4 to 0.
-Ross
--- mythplugins/mythgame/mythgame/dbcheck.cpp 2005-02-24 13:21:37.000000000 -0800
+++ mythplugins.mod/mythgame/mythgame/dbcheck.cpp 2005-06-22 22:45:37.000000000 -0700
@@ -178,7 +178,7 @@
"mouse,winkeys,grabmouse,joytype,sound,samples,fakesound,"
"volume,cheat,extraoption) VALUES"
"(\"default\",1,1,0,0,0,0,0,0,0,0,1,0,0,1,0.0,0.0,0,"
- "0,0,0,4,1,1,0,-16,0,\"\");");
+ "0,0,0,0,1,1,0,-16,0,\"\");");
}
query.exec("SELECT * FROM snessettings WHERE "
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev