From 700aaa084d98fc12e86bf3951cffdac7f6046992 Mon Sep 17 00:00:00 2001 From: viciious Date: Wed, 2 Oct 2024 21:07:47 +0300 Subject: [PATCH] Change disc title --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 71d257cca..88d13a2a1 100644 --- a/Makefile +++ b/Makefile @@ -149,4 +149,4 @@ optwad: iso: $(TARGET).32x mkdir -p iso - genisoimage -sysid "SEGA SEGACD" -volid "DOOM32X" -full-iso9660-filenames -l -o $(TARGET).iso iso + genisoimage -sysid "SEGA SEGACD" -volid "DOOM CD32X" -full-iso9660-filenames -l -o $(TARGET).iso iso