cog/Plugins/sidplay
Christopher Snowhill be6fda4663 SID Input: Don't close hinted source files
The SID decoder uses a hint cache so that when the library requests the
current file open, it will return the exact file already opened, rather
than opening it again. Unfortunately, I was closing the file regardless,
and sometimes, libsidplayfp will reopen the file multiple times, from
other threads, even.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-02-11 03:55:26 -08:00
..
sidplay Update copyright year 2022-01-02 23:34:29 -08:00
sidplay.xcodeproj Reduce minimum OS to macOS 10.12 2021-09-18 01:08:49 -07:00
SidContainer.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
SidContainer.mm Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
SidDecoder.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
SidDecoder.mm SID Input: Don't close hinted source files 2022-02-11 03:55:26 -08:00
SidMetadataReader.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
SidMetadataReader.mm Replace more NSDictionary use with literals 2022-02-08 19:56:04 -08:00
roms.cpp Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
roms.hpp Implemented basic residfp support 2014-12-07 22:26:31 -08:00