Files
Dalton Messmer e04f9c8deb Sf2Player: Fix non-ASCII soundfont file paths on Windows (#8545)
Fixes non-ASCII soundfont file paths on Windows caused by FluidSynth switching to UTF-8 file paths in version 2.2.0 without us adjusting our usage of their API.

Also bumps the minimum supported FluidSynth version from 1.1.7 (which released in September 2017) to 2.2.0 (which released in March 2021). This allows us to remove a lot of conditionally compiled code that we no longer use in any of our builds.

Fixes #8504
2026-09-10 17:48:26 -04:00
..