[Scummvm-git-logs] scummvm master -> 32807393c555585dc35ac6c2aa7fc9d761fc3d86
rsn8887
rsn8887 at users.noreply.github.com
Sat Mar 7 06:30:22 UTC 2020
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
105b20ece3 CONFIGURE: Add fluidsynth support for Nintendo Switch
32807393c5 SWITCH: Update platform readme
Commit: 105b20ece3d559f6bb26a4898070a705efcb270f
https://github.com/scummvm/scummvm/commit/105b20ece3d559f6bb26a4898070a705efcb270f
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2020-03-06T22:19:25-06:00
Commit Message:
CONFIGURE: Add fluidsynth support for Nintendo Switch
Changed paths:
configure
diff --git a/configure b/configure
index a6fd7bfbea..0dfe8059f9 100755
--- a/configure
+++ b/configure
@@ -4926,6 +4926,10 @@ case $_host_os in
FLUIDSYNTH_STATIC_LIBS="$FLUIDSYNTH_LIBS -framework Foundation -framework CoreMIDI -lglib-2.0 -lintl -liconv"
;;
+ switch)
+ FLUIDSYNTH_STATIC_LIBS="$FLUIDSYNTH_LIBS -lnx"
+ ;;
+
*)
FLUIDSYNTH_STATIC_LIBS="$FLUIDSYNTH_LIBS -lglib-2.0 -lintl -liconv"
;;
Commit: 32807393c555585dc35ac6c2aa7fc9d761fc3d86
https://github.com/scummvm/scummvm/commit/32807393c555585dc35ac6c2aa7fc9d761fc3d86
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2020-03-06T23:25:18-06:00
Commit Message:
SWITCH: Update platform readme
Changed paths:
backends/platform/sdl/switch/README.SWITCH
diff --git a/backends/platform/sdl/switch/README.SWITCH b/backends/platform/sdl/switch/README.SWITCH
index e7e8114e7b..06b6d615ad 100644
--- a/backends/platform/sdl/switch/README.SWITCH
+++ b/backends/platform/sdl/switch/README.SWITCH
@@ -39,6 +39,14 @@ switch-sdl2_net \
switch-curl \
switch-libtimidity \
switch-pkg-config
+```
+
+ - Optional: To enable fluidsynth support, download and install the unofficial fluidsynth-lite switch port via
+```
+git clone https://github.com/rsn8887/fluidsynth-lite
+cd fluidsynth-lite
+make -f Makefile.nx
+make -f Makefile.nx install
```
- Create a subdirectory somewhere outside the source folder for your ScummVM build and cd into it
More information about the Scummvm-git-logs
mailing list