Fixed reading of Mode 2 data from images.
This commit is contained in:
@@ -1856,7 +1856,7 @@ int cdrom_read_blocks(uint8_t id, uint32_t *len, int first_batch)
|
||||
}
|
||||
else
|
||||
{
|
||||
type = 2;
|
||||
type = 8;
|
||||
flags = 0x10;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user