decoder/gme: log the emulator type
This commit is contained in:
parent
08f77c2b60
commit
3882c11450
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user