Fixed reading of Mode 2 data from images.

This commit is contained in:
OBattler
2017-06-14 05:17:13 +02:00
parent eb8b8e3766
commit 9f922ecc2e
2 changed files with 46 additions and 5 deletions

View File

@@ -1856,7 +1856,7 @@ int cdrom_read_blocks(uint8_t id, uint32_t *len, int first_batch)
}
else
{
type = 2;
type = 8;
flags = 0x10;
}