mirror of https://github.com/stella-emu/stella.git
Upon further testing, a paddle speed of 15 is ideal.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1203 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
9342da9bee
commit
ee764661f2
|
@ -13,7 +13,7 @@
|
|||
// See the file "license" for information on usage and redistribution of
|
||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||
//
|
||||
// $Id: SettingsGP2X.cxx,v 1.18 2006-12-10 22:11:48 azaballa Exp $
|
||||
// $Id: SettingsGP2X.cxx,v 1.19 2006-12-11 09:58:50 azaballa Exp $
|
||||
// Modified on 2006/02/05 by Alex Zaballa for use on GP2X
|
||||
//============================================================================
|
||||
|
||||
|
@ -38,10 +38,10 @@ SettingsGP2X::SettingsGP2X(OSystem* osystem)
|
|||
setInternal("rombrowse", "true");
|
||||
setInternal("romdir", "/mnt/sd/");
|
||||
setInternal("ssdir", "/mnt/sd/");
|
||||
setInternal("p0speed", "35");
|
||||
setInternal("p1speed", "35");
|
||||
setInternal("p2speed", "35");
|
||||
setInternal("p3speed", "35");
|
||||
setInternal("p0speed", "15");
|
||||
setInternal("p1speed", "15");
|
||||
setInternal("p2speed", "15");
|
||||
setInternal("p3speed", "15");
|
||||
setInternal("tiadefaults", "true");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue