Merge pull request #5491 from bkoropoff/minor-cleanup

Minor cleanup
This commit is contained in:
Twinaphex 2017-10-02 00:22:19 +02:00 committed by GitHub
commit d254decf28
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,8 @@
- WII: Use custom, embedded libogc SDK.
- WIIU: Initial touchscreen support for WiiU gamepad.
- SCANNER: Fix archive scanning.
- SCANNER: Support CHD files.
- SCANNER: Use primary data track of disc images for CRC lookups rather than cue files. This is slower but finds matches more reliably, and is necessary for CHD files to work at all. Update your databases!
# 1.6.7
- SCANNER: Fix directory scanning.

View File

@ -346,7 +346,6 @@ ssize_t chdstream_read(chdstream_t *stream, void *data, size_t bytes)
if (!chdstream_load_hunk(stream, hunk))
{
abort();
return -1;
}
memcpy(out + data_offset,