aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-10-26 17:00:27 +0100
committerMax Kellermann <max@duempel.org>2015-10-26 17:00:27 +0100
commit3882c114505ea39e3707f27d91eb8ef363a8895b (patch)
treea9938a68a87d91a92cfbbbbb4d7f028814f43777
parent08f77c2b607a32e818ee0e0375adec840eb521c0 (diff)
downloadmpd-3882c114505ea39e3707f27d91eb8ef363a8895b.tar.gz
mpd-3882c114505ea39e3707f27d91eb8ef363a8895b.tar.xz
mpd-3882c114505ea39e3707f27d91eb8ef363a8895b.zip
decoder/gme: log the emulator type
-rw-r--r--src/decoder/plugins/GmeDecoderPlugin.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/decoder/plugins/GmeDecoderPlugin.cxx b/src/decoder/plugins/GmeDecoderPlugin.cxx
index ca8677ef8..693237f2f 100644
--- a/src/decoder/plugins/GmeDecoderPlugin.cxx
+++ b/src/decoder/plugins/GmeDecoderPlugin.cxx
@@ -141,6 +141,9 @@ gme_file_decode(Decoder &decoder, Path path_fs)
return;
}
+ FormatDebug(gme_domain, "emulator type '%s'\n",
+ gme_type_system(gme_type(emu)));
+
#if GME_VERSION >= 0x000600
if (gme_accuracy >= 0)
gme_enable_accuracy(emu, gme_accuracy);