enabled joymouse by default

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@883 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
optixx 2005-11-15 22:24:32 +00:00
parent adc48f72b8
commit 976b1551e7
1 changed files with 2 additions and 1 deletions

View File

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