From 3882c114505ea39e3707f27d91eb8ef363a8895b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 26 Oct 2015 17:00:27 +0100 Subject: decoder/gme: log the emulator type --- src/decoder/plugins/GmeDecoderPlugin.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/decoder/plugins/GmeDecoderPlugin.cxx') 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); -- cgit v1.2.3