From 5a83dd60cd44e8ea8b75a714ab19143d04bc38e8 Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 23 Dec 2016 07:14:41 +0100 Subject: [PATCH] CD-ROM ISO code now reports medium has changed if switch has occurred from one ISO to another. --- src/cdrom-iso.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cdrom-iso.c b/src/cdrom-iso.c index 0e76a86ed..958b7ddd0 100644 --- a/src/cdrom-iso.c +++ b/src/cdrom-iso.c @@ -104,7 +104,7 @@ static int iso_medium_changed(void) if (iso_changed) { iso_changed = 0; - return 0; + return 1; } return 0;