Default to high-quality sound in SDL front-end

This commit is contained in:
jeblanchard 2008-06-05 04:07:39 +00:00
parent 4925bb9e5c
commit b7b9c992ec
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ InitConfig()
config->addOption('s', "sound", "SDL.Sound", 1);
config->addOption("volume", "SDL.SoundVolume", 100);
config->addOption("soundrate", "SDL.SoundRate", 48000);
config->addOption("soundq", "SDL.SoundQuality", 0);
config->addOption("soundq", "SDL.SoundQuality", 1);
config->addOption("soundrecord", "SDL.SoundRecordFile", "");
#ifdef WIN32
config->addOption("soundbufsize", "SDL.SoundBufSize", 52);