From: Toni Wilen Date: Fri, 15 Jul 2022 15:25:06 +0000 (+0300) Subject: Fix CD audio not resuming after unminimize. X-Git-Tag: 41000~198 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=08437a23a013e1b9d64ea970555ada102f8fc64c;p=francis%2Fwinuae.git Fix CD audio not resuming after unminimize. --- diff --git a/blkdev.cpp b/blkdev.cpp index 7bb2faa6..c6cfa114 100644 --- a/blkdev.cpp +++ b/blkdev.cpp @@ -581,7 +581,6 @@ void blkdev_entergui (void) { for (int i = 0; i < MAX_TOTAL_SCSI_DEVICES; i++) { struct blkdevstate *st = &state[i]; - st->waspaused = 0; struct device_info di; if (sys_command_info (i, &di, 1)) { if (sys_command_cd_pause (i, 1) == 0)