From 976b1551e7e8a706ab719e88d9e64babd1626c9b Mon Sep 17 00:00:00 2001 From: optixx Date: Tue, 15 Nov 2005 22:24:32 +0000 Subject: [PATCH] enabled joymouse by default git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@883 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/psp/SettingsPSP.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stella/src/psp/SettingsPSP.cxx b/stella/src/psp/SettingsPSP.cxx index b3dbab5fa..70a055999 100644 --- a/stella/src/psp/SettingsPSP.cxx +++ b/stella/src/psp/SettingsPSP.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: SettingsPSP.cxx,v 1.2 2005-09-18 14:31:37 optixx Exp $ +// $Id: SettingsPSP.cxx,v 1.3 2005-11-15 22:24:32 optixx Exp $ //============================================================================ #include "bspf.hxx" @@ -30,6 +30,7 @@ SettingsPSP::SettingsPSP(OSystem* osystem) set("ssdir", "ms0:/stella/snapshots/"); set("sound", "true"); set("pspoverclock", "false"); + set("joymouse","true"); } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -