I have a problem with changing controller input for how Emulationstation reacts to buttonpresses. On my PS3 controller i want want X to be the Ok button and O to be the back button. So, in es_input.cfg i change this:
<input name=”a” type=”button” id=”13″ value=”1″/>
<input name=”b” type=”button” id=”14″ value=”1″/>
to this:
<input name=”a” type=”button” id=”14″ value=”1″/>
<input name=”b” type=”button” id=”13″ value=”1″/>
I reboot and everything works fine. The problem is that everytime i exit a game and coming back to emulationstation the es_input.config has reverted back to the default config making the O (circle button) the ok button again.
Could it possible be the emulator input config that breaks the emustation config when exiting?
How can i overcome this?