cog/Plugins/vgmstream/vgmstream
Christopher Snowhill 872816f056 VGM Decoder: Change logic of dictionary creation
Metadata logic code should be using this dictionaryWithDictionary method
so that the resulting dictionary is actually immutable, like it claims
to be, rather than simply casting it. Safety coding, all that jazz. Not
really a major issue, just feels right.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-05-24 01:09:39 -07:00
..
en.lproj Added vgmstream plugin 2014-02-25 23:50:54 -08:00
es.lproj Updated everything else to ARC, and plugged a release cycle. 2016-05-05 13:05:39 -07:00
VGMContainer.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
VGMContainer.m VGMStream Input: Fix subsong files dumping tracks 2022-04-20 01:50:44 -07:00
VGMDecoder.h Revert "VGMStream Input: Remove downmixing, add layout" 2022-03-21 16:34:49 -07:00
VGMDecoder.m VGM Decoder: Change logic of dictionary creation 2022-05-24 01:09:39 -07:00
VGMInterface.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
VGMInterface.m VGMStream Input: Fix subsong files dumping tracks 2022-04-20 01:50:44 -07:00
VGMMetadataReader.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
VGMMetadataReader.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
VGMPropertiesReader.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
VGMPropertiesReader.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
vgmstream-Info.plist Update Copyright year to 2021 with regex. 2021-03-03 23:05:57 +03:00
vgmstream-Prefix.pch Added vgmstream plugin 2014-02-25 23:50:54 -08:00