Fragsize of 256 seems to sound better.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1243 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
azaballa 2006-12-26 22:00:46 +00:00
parent f7b9687d8c
commit 4b5324b98f
1 changed files with 2 additions and 2 deletions

View File

@ -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.19 2006-12-11 09:58:50 azaballa Exp $
// $Id: SettingsGP2X.cxx,v 1.20 2006-12-26 22:00:46 azaballa Exp $
// Modified on 2006/02/05 by Alex Zaballa for use on GP2X
//============================================================================
@ -31,7 +31,7 @@ SettingsGP2X::SettingsGP2X(OSystem* osystem)
setInternal("volume", "33");
setInternal("sound", "true");
setInternal("zoom", "1");
setInternal("fragsize", "512");
setInternal("fragsize", "256");
setInternal("freq", "15700");
setInternal("tiafreq", "15700");
setInternal("clipvol", "false");