diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-07-26 10:04:43 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-07-26 10:04:43 +0200 |
commit | fe3f99c92a8437a353ba12075d6c3273d04c4e3f (patch) | |
tree | 34d97babbe5696f21779866fafad217b60c2bead /plugins/gme | |
parent | 4deca01c3a7edaf66374bd35e6fb50d4d9564b17 (diff) |
merged non-android-specific changes from android branch
Diffstat (limited to 'plugins/gme')
-rw-r--r-- | plugins/gme/cgme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gme/cgme.c b/plugins/gme/cgme.c index 0b95fc22..9c402553 100644 --- a/plugins/gme/cgme.c +++ b/plugins/gme/cgme.c @@ -42,7 +42,7 @@ cgme_open (void) { static int cgme_init (DB_fileinfo_t *_info, DB_playItem_t *it) { gme_info_t *info = (gme_info_t*)_info; - int samplerate = deadbeef->conf_get_int ("synth.samplerate", 48000); + int samplerate = deadbeef->conf_get_int ("synth.samplerate", 44100); if (gme_open_file (it->fname, &info->emu, samplerate)) { return -1; } |