From fcc001964e146531b3e4cf558e3c3d81aa6d39d8 Mon Sep 17 00:00:00 2001 From: azaballa Date: Wed, 15 Mar 2006 21:39:48 +0000 Subject: [PATCH] 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 --- stella/src/gp2x/SettingsGP2X.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stella/src/gp2x/SettingsGP2X.cxx b/stella/src/gp2x/SettingsGP2X.cxx index 70d9f5b3f..3452d7d3f 100644 --- a/stella/src/gp2x/SettingsGP2X.cxx +++ b/stella/src/gp2x/SettingsGP2X.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: 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"); } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -