summaryrefslogtreecommitdiff
path: root/pcr/reicast-git/multiplayer-config.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-09 18:48:46 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-09 18:48:46 +0100
commit6231995e0cd6245e34a8da5e54c7d282e7534073 (patch)
treedd679eb1afbbbb95aff625e221070689c53febbf /pcr/reicast-git/multiplayer-config.patch
parent8fac28f1f23b8c69be3ceec4919322a0a41ed0af (diff)
downloadabslibre-6231995e0cd6245e34a8da5e54c7d282e7534073.tar.gz
abslibre-6231995e0cd6245e34a8da5e54c7d282e7534073.tar.bz2
abslibre-6231995e0cd6245e34a8da5e54c7d282e7534073.zip
pcr/reicast-git: ancient and unmaintained. removed
Diffstat (limited to 'pcr/reicast-git/multiplayer-config.patch')
-rw-r--r--pcr/reicast-git/multiplayer-config.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/pcr/reicast-git/multiplayer-config.patch b/pcr/reicast-git/multiplayer-config.patch
deleted file mode 100644
index bf0273e2b..000000000
--- a/pcr/reicast-git/multiplayer-config.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -Nur a/core/hw/maple/maple_cfg.cpp b/core/hw/maple/maple_cfg.cpp
---- a/core/hw/maple/maple_cfg.cpp 2016-05-16 10:10:44.233725925 -0300
-+++ b/core/hw/maple/maple_cfg.cpp 2016-05-16 12:33:19.695805628 -0300
-@@ -78,10 +78,9 @@
-
- for (int i = 0; i < numberOfControl; i++){
- mcfg_Create(MDT_SegaController, i, 5);
-+ mcfg_Create(MDT_SegaVMU,i,0);
-+ mcfg_Create(MDT_SegaVMU,i,1);
- }
--
-- mcfg_Create(MDT_SegaVMU,0,0);
-- mcfg_Create(MDT_SegaVMU,0,1);
- #else
- mcfg_Create(MDT_NaomiJamma, 0, 5);
- #endif