CHD: If uncompressed we don't need to check compression

This commit is contained in:
Christoph "baka0815" Schwerdtfeger 2018-09-25 21:46:25 +02:00
parent a5e01e4d79
commit 6a8eafbc5c
1 changed files with 1 additions and 0 deletions

View File

@ -2116,6 +2116,7 @@ static chd_error hunk_read_into_memory(chd_file *chd, UINT32 hunknum, UINT8 *des
} else {
memset(dest, 0, chd->header.hunkbytes);
}
return CHDERR_NONE;
}
/* compressed case */