From 7feb6f578df672550348d1269806b20d24a2d2f2 Mon Sep 17 00:00:00 2001 From: OBattler Date: Tue, 23 Apr 2024 20:38:48 +0200 Subject: [PATCH] Changed the internal device name of the MT32 New device, fixes #4394. --- src/sound/midi_mt32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/midi_mt32.c b/src/sound/midi_mt32.c index 91d85e438..f38474ac8 100644 --- a/src/sound/midi_mt32.c +++ b/src/sound/midi_mt32.c @@ -435,7 +435,7 @@ const device_t mt32_old_device = { const device_t mt32_new_device = { .name = "Roland MT-32 (New) Emulation", - .internal_name = "mt32", + .internal_name = "mt32_new", .flags = 0, .local = 0, .init = mt32_new_init,