You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: arcade-js-setconfig.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
#!/bin/bash
2
2
3
-
# Force joystick order in EmulationStation config, detecting devices by their "Phys" address on /proc/bus/input/devices (a unique property that don't changes between boots)
3
+
# Force joystick order in EmulationStation config, detecting devices by their "Phys" address on /proc/bus/input/devices (a unique property that don't change between boots).
4
4
# Install on a batocera system by loading it in /boot/postshare.sh (use "mount -o remount,rw /boot" to write the file)
5
5
# For example:
6
-
# if [ "$1" == "start"] then /userdata/bin/arcade-js-setconfig.sh save; fi
6
+
# if [ "$1" == "start"] then /userdata/bin/arcade-js-setconfig.sh save; fi
7
7
8
8
# Use arcade-js-setconfig.sh for a dry-run execution (test the command without saving the result)
0 commit comments