CD-ROM ISO code now reports medium has changed if switch has occurred from one ISO to another.

This commit is contained in:
OBattler
2016-12-23 07:14:41 +01:00
parent fe669d31ac
commit 5a83dd60cd

View File

@@ -104,7 +104,7 @@ static int iso_medium_changed(void)
if (iso_changed) if (iso_changed)
{ {
iso_changed = 0; iso_changed = 0;
return 0; return 1;
} }
return 0; return 0;