How to enable MT32 in ScummVM?
I already have MT32_PCM.ROM and MT32_CONTROL.ROM in system folder and game folder, also tried extra folder, but is not shown in audio settings.
How to enable MT32 in ScummVM?
I already have MT32_PCM.ROM and MT32_CONTROL.ROM in system folder and game folder, also tried extra folder, but is not shown in audio settings.
Would also like to know!
Neither the core in Lakka or from buildbot supports it. You need to compile like this:
export LDFLAGS="$LDFLAGS -lmt32emu"
make -C backends/platform/libretro/build HAVE_MT32EMU=1
Having “munt” installed is a prerequisite. When done correctly you should see MT32 among the compile options when you click “about” in scummvm.
Hi Escale
How do I do that in Windows? Thank you