Skip to content

Commit

Permalink
Merge pull request libretro#5491 from bkoropoff/minor-cleanup
Browse files Browse the repository at this point in the history
Minor cleanup
  • Loading branch information
inactive123 authored Oct 1, 2017
2 parents 9f591fc + 1aff508 commit d254dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion libretro-common/streams/chd_stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d254dec

Please sign in to comment.