Commit 3882c114 authored by Max Kellermann's avatar Max Kellermann

decoder/gme: log the emulator type

parent 08f77c2b
...@@ -141,6 +141,9 @@ gme_file_decode(Decoder &decoder, Path path_fs) ...@@ -141,6 +141,9 @@ gme_file_decode(Decoder &decoder, Path path_fs)
return; return;
} }
FormatDebug(gme_domain, "emulator type '%s'\n",
gme_type_system(gme_type(emu)));
#if GME_VERSION >= 0x000600 #if GME_VERSION >= 0x000600
if (gme_accuracy >= 0) if (gme_accuracy >= 0)
gme_enable_accuracy(emu, gme_accuracy); gme_enable_accuracy(emu, gme_accuracy);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment