diff options
author | Max Kellermann <max@duempel.org> | 2015-10-26 17:00:27 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-10-26 17:00:27 +0100 |
commit | 3882c114505ea39e3707f27d91eb8ef363a8895b (patch) | |
tree | a9938a68a87d91a92cfbbbbb4d7f028814f43777 /src/decoder | |
parent | 08f77c2b607a32e818ee0e0375adec840eb521c0 (diff) |
decoder/gme: log the emulator type
Diffstat (limited to 'src/decoder')
-rw-r--r-- | src/decoder/plugins/GmeDecoderPlugin.cxx | 3 |
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); |