CD-ROM: Add configuration option to bypass CRC and ECC checks.

This commit is contained in:
OBattler
2025-08-31 21:29:32 +02:00
parent 1b173963fe
commit de64f74c30
3 changed files with 12 additions and 1 deletions

View File

@@ -367,6 +367,8 @@ typedef struct cdrom {
uint8_t host_letter;
uint8_t mode2;
int no_check;
uint8_t _F_LUT[_LUT_SIZE];
uint8_t _B_LUT[_LUT_SIZE];