[Scummvm-git-logs] scummvm master -> 8e9d265d81661dcffe0bc326e07e50af5d1d224a
spleen1981
noreply at scummvm.org
Sat Mar 8 23:34:06 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8e9d265d81 LIBRETRO: BUILD: re-enable MT32 by default
Commit: 8e9d265d81661dcffe0bc326e07e50af5d1d224a
https://github.com/scummvm/scummvm/commit/8e9d265d81661dcffe0bc326e07e50af5d1d224a
Author: Giovanni Cascione (ing.cascione at gmail.com)
Date: 2025-03-09T00:33:33+01:00
Commit Message:
LIBRETRO: BUILD: re-enable MT32 by default
Changed paths:
backends/platform/libretro/Makefile.common
diff --git a/backends/platform/libretro/Makefile.common b/backends/platform/libretro/Makefile.common
index c4ba3e2978b..b941c174e4f 100644
--- a/backends/platform/libretro/Makefile.common
+++ b/backends/platform/libretro/Makefile.common
@@ -20,7 +20,7 @@ STATIC_LINKING ?= 0
LITE ?= 0
NO_WIP ?= 1
USE_LIBCO ?= 1
-USE_MT32EMU ?= 0
+USE_MT32EMU ?= 1
DEBUG ?= 0
FORCE_OPENGL ?= 0
FORCE_OPENGLES2 ?= 0
More information about the Scummvm-git-logs
mailing list