mirror of https://github.com/stella-emu/stella.git
Enabled rombrowser by default for the GP2X.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1046 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
ba06245f7a
commit
fcc001964e
|
@ -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.7 2006-03-06 14:06:07 stephena Exp $
|
||||
// $Id: SettingsGP2X.cxx,v 1.8 2006-03-15 21:39:48 azaballa Exp $
|
||||
// Modified on 2006/02/05 by Alex Zaballa for use on GP2X
|
||||
//============================================================================
|
||||
|
||||
|
@ -35,6 +35,7 @@ SettingsGP2X::SettingsGP2X(OSystem* osystem)
|
|||
setInternal("tiafreq", "22050");
|
||||
setInternal("clipvol", "false");
|
||||
setInternal("joymouse", "true");
|
||||
setInternal("rombrowse", "true");
|
||||
}
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
|
Loading…
Reference in New Issue