mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:07:46 +00:00
Ports: Disable MAME FMOPL emulation in ScummVM
It crashes with an unrecoverable page fault. The DOSBox emulation works fine however, so let ScummVM default to that engine for now.
This commit is contained in:
parent
5f5fe16d4b
commit
ae405ed2eb
1 changed files with 10 additions and 0 deletions
10
Ports/scummvm/patches/fmopl-disable-mame.patch
Normal file
10
Ports/scummvm/patches/fmopl-disable-mame.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- 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
|
Loading…
Add table
Add a link
Reference in a new issue