From 3b9b96700753269ec0fccb3aa1d3e896743d3ef7 Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 30 May 2025 10:32:54 +0200 Subject: [PATCH] GUS MAX: Fix the internal name, fixes #5640. --- src/sound/snd_gus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/snd_gus.c b/src/sound/snd_gus.c index fff679e81..5044c6f54 100644 --- a/src/sound/snd_gus.c +++ b/src/sound/snd_gus.c @@ -1473,7 +1473,7 @@ const device_t gus_device = { const device_t gus_max_device = { .name = "Gravis UltraSound MAX", - .internal_name = "gus", + .internal_name = "gusmax", .flags = DEVICE_ISA16, .local = GUS_MAX, .init = gus_init,