Change the CD-R status number.

This commit is contained in:
2025-09-24 03:26:50 +01:00
parent f534b35257
commit 2d20d55a65

View File

@@ -31,9 +31,9 @@
#define CD_STATUS_HOLD 8
#define CD_STATUS_DVD_REJECTED 16
#define CD_STATUS_HAS_AUDIO 0xc
#define CD_STATUS_BLANK_CDR 0x10
#define CD_STATUS_BLANK_MASK 0x10
#define CD_STATUS_MASK 0x1f
#define CD_STATUS_BLANK_CDR 0x20
#define CD_STATUS_BLANK_MASK 0x20
#define CD_STATUS_MASK 0x2f
/* Medium changed flag. */
#define CD_STATUS_TRANSITION 0x40