Changed the internal device name of the MT32 New device, fixes #4394.

This commit is contained in:
OBattler
2024-04-23 20:38:48 +02:00
parent 070c289562
commit 7feb6f578d

View File

@@ -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,