forked from scummvm/scummvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AUDIO: Fix Fluidsynth soundfont path check on iOS
On iOS a sandboxed filesystem is used where the root is in the Application folder instead of being the filesystem root. As a result path used in ScummVM (for example for FSNode) are different from filesystem paths. For fluidsynth the internal soundfont path is transformed to a filesystem path to pass to the fluidsynth library. On iOS trying to create a FSNode with that full path does not work and that caused the soundfont existence check to fail.
- Loading branch information
Showing
1 changed file
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters