summaryrefslogtreecommitdiff
path: root/Ports/scummvm/patches
diff options
context:
space:
mode:
authorJelle Raaijmakers <jelle@gmta.nl>2021-10-30 23:45:36 +0200
committerAndreas Kling <kling@serenityos.org>2021-10-31 00:21:42 +0200
commita6c5ce11b86617e2e43731e34a569e5b5080209d (patch)
tree3630aa4cc566e82d4fe9e1e1975c3efc1c6ac3cf /Ports/scummvm/patches
parent24fdf99d8b7850be6635654347bb9c2949eefd1b (diff)
downloadserenity-a6c5ce11b86617e2e43731e34a569e5b5080209d.zip
Ports: Remove ScummVM FMOPL patch
This patch is no longer required after this PR fixes the x86_64 PLT trampoline: https://github.com/SerenityOS/serenity/pull/10711
Diffstat (limited to 'Ports/scummvm/patches')
-rw-r--r--Ports/scummvm/patches/fmopl-disable-mame.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/Ports/scummvm/patches/fmopl-disable-mame.patch b/Ports/scummvm/patches/fmopl-disable-mame.patch
deleted file mode 100644
index f09b5bf9df..0000000000
--- a/Ports/scummvm/patches/fmopl-disable-mame.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- scummvm-2.5.0/audio/fmopl.cpp 2021-10-01 13:52:37.000000000 +0200
-+++ scummvm-2.5.0-patched/audio/fmopl.cpp 2021-10-24 16:20:17.548613828 +0200
-@@ -69,7 +69,6 @@
-
- const Config::EmulatorDescription Config::_drivers[] = {
- { "auto", "<default>", kAuto, kFlagOpl2 | kFlagDualOpl2 | kFlagOpl3 },
-- { "mame", _s("MAME OPL emulator"), kMame, kFlagOpl2 },
- #ifndef DISABLE_DOSBOX_OPL
- { "db", _s("DOSBox OPL emulator"), kDOSBox, kFlagOpl2 | kFlagDualOpl2 | kFlagOpl3 },
- #endif