Homepage Forums RetroPie Project Everything else related to the RetroPie Project Multiple PS3 controller via bluetooth frustration Reply To: Multiple PS3 controller via bluetooth frustration

#90767
jchurch81
Participant

Here is my .emulationstation/es_input.cfg

When I’m in emulation stations both controllers work correctly. Configuring input shows the first to connect ps3controller as SonyWireless. The second to connect shows up as gampad #2. It just when I’m in a game (nes, snes, or n64) that the second to connect controller takes over both player 1 & 2.

<?xml version="1.0"?>
<inputList>
	<inputConfig type="keyboard" deviceName="Keyboard" deviceGUID="-1">
		<input name="a" type="key" id="97" value="1" />
		<input name="b" type="key" id="115" value="1" />
		<input name="down" type="key" id="1073741905" value="1" />
		<input name="left" type="key" id="1073741904" value="1" />
		<input name="pagedown" type="key" id="119" value="1" />
		<input name="pageup" type="key" id="113" value="1" />
		<input name="right" type="key" id="1073741903" value="1" />
		<input name="select" type="key" id="120" value="1" />
		<input name="start" type="key" id="122" value="1" />
		<input name="up" type="key" id="1073741906" value="1" />
	</inputConfig>
	<inputConfig type="joystick" deviceName="Sony PLAYSTATION(R)3 Controller" deviceGUID="030000004c0500006802000011010000">
		<input name="a" type="button" id="13" value="1" />
		<input name="b" type="button" id="14" value="1" />
		<input name="down" type="button" id="6" value="1" />
		<input name="left" type="button" id="7" value="1" />
		<input name="pagedown" type="button" id="11" value="1" />
		<input name="pageup" type="button" id="10" value="1" />
		<input name="right" type="button" id="5" value="1" />
		<input name="select" type="button" id="0" value="1" />
		<input name="start" type="button" id="3" value="1" />
		<input name="up" type="button" id="4" value="1" />
	</inputConfig>
	<inputConfig type="joystick" deviceName="Logitech Logitech Dual Action" deviceGUID="030000006d04000016c2000010010000">
		<input name="a" type="button" id="2" value="1" />
		<input name="b" type="button" id="1" value="1" />
		<input name="down" type="hat" id="0" value="4" />
		<input name="left" type="hat" id="0" value="8" />
		<input name="pagedown" type="button" id="5" value="1" />
		<input name="pageup" type="button" id="4" value="1" />
		<input name="right" type="hat" id="0" value="2" />
		<input name="select" type="button" id="8" value="1" />
		<input name="start" type="button" id="9" value="1" />
		<input name="up" type="hat" id="0" value="1" />
	</inputConfig>
	<inputConfig type="joystick" deviceName="Sony Computer Entertainment Wireless Controller" deviceGUID="050000004c0500006802000000010000">
		<input name="a" type="button" id="13" value="1" />
		<input name="b" type="button" id="14" value="1" />
		<input name="down" type="button" id="6" value="1" />
		<input name="left" type="button" id="7" value="1" />
		<input name="pagedown" type="button" id="11" value="1" />
		<input name="pageup" type="button" id="10" value="1" />
		<input name="right" type="button" id="5" value="1" />
		<input name="select" type="button" id="0" value="1" />
		<input name="start" type="button" id="3" value="1" />
		<input name="up" type="button" id="4" value="1" />
	</inputConfig>
</inputList>