cog/Plugins/GME
Christopher Snowhill 4d25b41462 GME Plugin: Silence a type truncation warning
Adding a cast here silences a warning from passing a long to a function
accepting an int. It doesn't really matter here anyway, as the long in
question is hard coded to initialize to a fixed sample rate. Even when
sample rate configuration is eventually added, this will still be hard
capped to well within the range of 32-bit integers.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-05-24 01:11:07 -07:00
..
English.lproj Updates for modern Xcode 2019-10-05 00:12:36 -07:00
GME.xcodeproj Reduce minimum OS to macOS 10.12 2021-09-18 01:08:49 -07:00
en.lproj Updated to latest Xcode 2019-07-02 16:37:17 -07:00
es.lproj Fix encoding of strings resources. 2018-07-22 01:58:57 -07:00
GME_Prefix.pch Added GME for game music emulation. 2007-10-11 23:11:58 +00:00
GameContainer.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
GameContainer.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
GameDecoder.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
GameDecoder.m GME Plugin: Silence a type truncation warning 2022-05-24 01:11:07 -07:00
GameMetadataReader.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
GameMetadataReader.m Unicode metadata: Change most logic to use guesser 2022-05-24 01:07:55 -07:00
GamePropertiesReader.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
GamePropertiesReader.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
Info.plist Updated everything else to ARC, and plugged a release cycle. 2016-05-05 13:05:39 -07:00