├── .github └── FUNDING.yml ├── README.md ├── _config.yml ├── icon.png ├── icon_pixel_theme.png ├── install.sh ├── joystick_selection.sh ├── js-scriptmodule.sh ├── jsfuncs.sh └── jslist.c /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meleu/RetroPie-joystick-selection/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meleu/RetroPie-joystick-selection/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meleu/RetroPie-joystick-selection/HEAD/_config.yml -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meleu/RetroPie-joystick-selection/HEAD/icon.png -------------------------------------------------------------------------------- /icon_pixel_theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meleu/RetroPie-joystick-selection/HEAD/icon_pixel_theme.png -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meleu/RetroPie-joystick-selection/HEAD/install.sh -------------------------------------------------------------------------------- /joystick_selection.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meleu/RetroPie-joystick-selection/HEAD/joystick_selection.sh -------------------------------------------------------------------------------- /js-scriptmodule.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meleu/RetroPie-joystick-selection/HEAD/js-scriptmodule.sh -------------------------------------------------------------------------------- /jsfuncs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meleu/RetroPie-joystick-selection/HEAD/jsfuncs.sh -------------------------------------------------------------------------------- /jslist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meleu/RetroPie-joystick-selection/HEAD/jslist.c --------------------------------------------------------------------------------