summaryrefslogtreecommitdiff
path: root/plugins/gme/cgme.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gme/cgme.c')
-rw-r--r--plugins/gme/cgme.c2
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;
}