mirror of https://github.com/stella-emu/stella.git
The 2X can handle a 128 fragsize which improves sound quality over previous 2X releases.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1248 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
627efcb4fa
commit
a7d4658634
|
@ -13,7 +13,7 @@
|
||||||
// See the file "license" for information on usage and redistribution of
|
// See the file "license" for information on usage and redistribution of
|
||||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||||
//
|
//
|
||||||
// $Id: SettingsGP2X.cxx,v 1.21 2006-12-28 20:40:01 stephena Exp $
|
// $Id: SettingsGP2X.cxx,v 1.22 2006-12-29 02:32:11 azaballa Exp $
|
||||||
// Modified on 2006/02/05 by Alex Zaballa for use on GP2X
|
// Modified on 2006/02/05 by Alex Zaballa for use on GP2X
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ SettingsGP2X::SettingsGP2X(OSystem* osystem)
|
||||||
setInternal("volume", "33");
|
setInternal("volume", "33");
|
||||||
setInternal("sound", "true");
|
setInternal("sound", "true");
|
||||||
setInternal("zoom", "1");
|
setInternal("zoom", "1");
|
||||||
setInternal("fragsize", "256");
|
setInternal("fragsize", "128");
|
||||||
setInternal("freq", "15700");
|
setInternal("freq", "15700");
|
||||||
setInternal("tiafreq", "15700");
|
setInternal("tiafreq", "15700");
|
||||||
setInternal("clipvol", "false");
|
setInternal("clipvol", "false");
|
||||||
|
|
Loading…
Reference in New Issue