#83927
vercetty92
Participant

Hi and thx for your answer.

The folder /home/pi/.emulationstation/ and all the files inside own to pi:pi.

content of es_input.cfg :


<?xml version="1.0"?>
<inputList>
        <inputConfig type="joystick" deviceName="Sony PLAYSTATION(R)3 Controller" deviceGUID="030000004c0500006802000011010000">
                <input name="a" type="button" id="14" value="1" />
                <input name="b" type="button" id="13" 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="PLAYSTATION(R)3 Controller (00:1B:FB:78:CD:70)" deviceGUID="060000004c0500006802000000010000">
                <input name="a" type="button" id="14" value="1" />
                <input name="b" type="button" id="13" 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>

I tested with only one Joypad but it’s the same…

Thx