From 9c8572124f01dad965f2c43330bde75052affba4 Mon Sep 17 00:00:00 2001 From: azaballa Date: Sat, 9 Dec 2006 00:34:18 +0000 Subject: [PATCH] Updated paddle speeds, still fast, but controllable. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1193 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/gp2x/SettingsGP2X.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stella/src/gp2x/SettingsGP2X.cxx b/stella/src/gp2x/SettingsGP2X.cxx index 146523f6b..4f1a34db7 100644 --- a/stella/src/gp2x/SettingsGP2X.cxx +++ b/stella/src/gp2x/SettingsGP2X.cxx @@ -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.16 2006-12-08 16:49:31 stephena Exp $ +// $Id: SettingsGP2X.cxx,v 1.17 2006-12-09 00:34:18 azaballa Exp $ // Modified on 2006/02/05 by Alex Zaballa for use on GP2X //============================================================================ @@ -38,6 +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"); } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -