From e7df4e529dc2d5c9fd294710c97d2577b486733d Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Fri, 11 Feb 2022 03:48:10 -0800 Subject: [PATCH] libsidplayfp: Updated to newer version This update is from my personal fork, and includes synchronization around two places in ReSIDfp that use static global tables as caches. Without the synchronization, there were errors in playback and even crashes. Signed-off-by: Christopher Snowhill --- Frameworks/libsidplayfp/sidplayfp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frameworks/libsidplayfp/sidplayfp b/Frameworks/libsidplayfp/sidplayfp index 4dbd7dce6..9cb85845a 160000 --- a/Frameworks/libsidplayfp/sidplayfp +++ b/Frameworks/libsidplayfp/sidplayfp @@ -1 +1 @@ -Subproject commit 4dbd7dce6212674f75478be40057b3e6e5d9aab5 +Subproject commit 9cb85845a5618263d3c80ce02cb04ec4d23039e8