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"); } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -