From d65125fedd73d3e4cf616b978b5b23e1f3d19d94 Mon Sep 17 00:00:00 2001 From: azaballa Date: Sun, 3 Dec 2006 22:49:25 +0000 Subject: [PATCH] GP2X doesn't require zoom. Thanx Steve. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1173 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/gp2x/SettingsGP2X.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stella/src/gp2x/SettingsGP2X.cxx b/stella/src/gp2x/SettingsGP2X.cxx index 8bb03c0b6..8fadcb4c3 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.14 2006-12-03 20:26:11 azaballa Exp $ +// $Id: SettingsGP2X.cxx,v 1.15 2006-12-03 22:49:25 azaballa Exp $ // Modified on 2006/02/05 by Alex Zaballa for use on GP2X //============================================================================ @@ -30,7 +30,7 @@ SettingsGP2X::SettingsGP2X(OSystem* osystem) setInternal("center", "true"); setInternal("volume", "33"); setInternal("sound", "true"); - setInternal("zoom", "2"); + setInternal("zoom", "1"); setInternal("fragsize", "512"); setInternal("freq", "15700"); setInternal("tiafreq", "15700");