summaryrefslogtreecommitdiff
path: root/pcr/reicast-git/multiplayer-config.patch
blob: bf0273e2bee959c9d7ec5e1ecff31656769ced2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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