decoder/gme: log the emulator type

This commit is contained in:
Max Kellermann 2015-10-26 17:00:27 +01:00
parent 08f77c2b60
commit 3882c11450

View File

@ -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);