From d547ff3d5786147be1e3a8b9dcd3e0f91b57ccd9 Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Sun, 10 Mar 2024 03:40:18 -0700 Subject: [PATCH] update comment due to prev commit --- src/BizHawk.Client.EmuHawk/Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BizHawk.Client.EmuHawk/Program.cs b/src/BizHawk.Client.EmuHawk/Program.cs index 88eaf12f71..76bc853f02 100644 --- a/src/BizHawk.Client.EmuHawk/Program.cs +++ b/src/BizHawk.Client.EmuHawk/Program.cs @@ -128,11 +128,11 @@ namespace BizHawk.Client.EmuHawk { // TODO: We optimally should only require the new VS2015-2022 all in one redist be installed // None of this old 2010 runtime garbage - // (It's probably as simple as just recompiling old mupen .dlls against newer VS and probably just removing speex completely) + // (just removing speex completely, perhaps can just use SDL2 as a replacement?) foreach (var (dllToLoad, desc) in new[] { ("vcruntime140_1.dll", "Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017, 2019, and 2022 (x64)"), - // for libspeexdsp.dll, mupen64plus-audio-bkm.dll, mupen64plus-video-glide64.dll, mupen64plus-video-glide64mk2.dll, mupen64plus-video-rice.dll + // for libspeexdsp.dll ("msvcr100.dll", "Microsoft Visual C++ 2010 SP1 Runtime (x64)"), }) {