Enabled phosphor effect and hi-compatibility for the GP2X.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1002 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
azaballa 2006-02-06 01:38:50 +00:00
parent 3136bf0dc5
commit 8194924907
1 changed files with 2 additions and 4 deletions

View File

@ -13,8 +13,8 @@
// 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.5 2006-02-05 02:49:46 stephena Exp $
// Modified on 2006/01/04 by Alex Zaballa for use on GP2X
// $Id: SettingsGP2X.cxx,v 1.6 2006-02-06 01:38:50 azaballa Exp $
// Modified on 2006/02/05 by Alex Zaballa for use on GP2X
//============================================================================
#include "bspf.hxx"
@ -35,8 +35,6 @@ SettingsGP2X::SettingsGP2X(OSystem* osystem)
set("tiafreq", "22050");
set("clipvol", "false");
set("joymouse", "true");
set("pp", "no"); // always disable phosphor until we get a faster framebuffer
set("cpu", "low"); // use lower-compatibility CPU emulation for more speed
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -