From de8436de9bc29f0fe1a35a3430acb98eced63914 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Mon, 16 May 2016 12:40:21 -0300 Subject: pcr/reicast-git: update pkg --- pcr/reicast-git/multiplayer-config.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pcr/reicast-git/multiplayer-config.patch (limited to 'pcr/reicast-git/multiplayer-config.patch') diff --git a/pcr/reicast-git/multiplayer-config.patch b/pcr/reicast-git/multiplayer-config.patch new file mode 100644 index 000000000..bf0273e2b --- /dev/null +++ b/pcr/reicast-git/multiplayer-config.patch @@ -0,0 +1,16 @@ +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 -- cgit v1.2.3