From 80b76fec6c845da3cd5a0807b198c5ff78d7cf77 Mon Sep 17 00:00:00 2001 From: azaballa Date: Sun, 3 Dec 2006 20:26:11 +0000 Subject: [PATCH] GP2X can finally handle zoom2x. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1172 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/gp2x/SettingsGP2X.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stella/src/gp2x/SettingsGP2X.cxx b/stella/src/gp2x/SettingsGP2X.cxx index 5fcae6ef0..8bb03c0b6 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.13 2006-12-03 19:19:35 azaballa Exp $ +// $Id: SettingsGP2X.cxx,v 1.14 2006-12-03 20:26:11 azaballa Exp $ // Modified on 2006/02/05 by Alex Zaballa for use on GP2X //============================================================================ @@ -28,9 +28,9 @@ SettingsGP2X::SettingsGP2X(OSystem* osystem) { // Some of these settings might be redundant, but are crucial for GP2X setInternal("center", "true"); - setInternal("volume", "50"); + setInternal("volume", "33"); setInternal("sound", "true"); - setInternal("zoom", "1"); + setInternal("zoom", "2"); setInternal("fragsize", "512"); setInternal("freq", "15700"); setInternal("tiafreq", "15700");