Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Please help with dgenrc › Reply To: Please help with dgenrc
04/21/2013 at 17:36
#1576
Keymaster
The official documentation for dgen can be found here.
The RetroPie Setup Script generates this dgenrc as default (in /home/pi/RetroPie/configs/all/) with these lines:
ensureKeyValue "joy_pad1_a" "joystick0-button0" $rootdir/configs/all/dgenrc ensureKeyValue "joy_pad1_b" "joystick0-button1" $rootdir/configs/all/dgenrc ensureKeyValue "joy_pad1_c" "joystick0-button2" $rootdir/configs/all/dgenrc ensureKeyValue "joy_pad1_x" "joystick0-button3" $rootdir/configs/all/dgenrc ensureKeyValue "joy_pad1_y" "joystick0-button4" $rootdir/configs/all/dgenrc ensureKeyValue "joy_pad1_z" "joystick0-button5" $rootdir/configs/all/dgenrc ensureKeyValue "joy_pad1_mode" "joystick0-button6" $rootdir/configs/all/dgenrc ensureKeyValue "joy_pad1_start" "joystick0-button7" $rootdir/configs/all/dgenrc ensureKeyValue "joy_pad2_a" "joystick1-button0" $rootdir/configs/all/dgenrc ensureKeyValue "joy_pad2_b" "joystick1-button1" $rootdir/configs/all/dgenrc ensureKeyValue "joy_pad2_c" "joystick1-button2" $rootdir/configs/all/dgenrc ensureKeyValue "joy_pad2_x" "joystick1-button3" $rootdir/configs/all/dgenrc ensureKeyValue "joy_pad2_y" "joystick1-button4" $rootdir/configs/all/dgenrc ensureKeyValue "joy_pad2_z" "joystick1-button5" $rootdir/configs/all/dgenrc ensureKeyValue "joy_pad2_mode" "joystick1-button6" $rootdir/configs/all/dgenrc ensureKeyValue "joy_pad2_start" "joystick1-button7" $rootdir/configs/all/dgenrc