├── .gitattributes ├── Makefile ├── README.md ├── gendevices ├── 01-switch-pro.cfg ├── 05-8bitdo-dinput.cfg ├── 05-retrolinc-n64.cfg ├── 05-thrustmaster.cfg ├── 10-xpad-dt.cfg ├── 11-ds3-standard.cfg ├── 11-sony-standard.cfg ├── 11-xpad.cfg ├── 12-playstation3+4-dt.cfg ├── 13-playstation3+4.cfg ├── 14-mayflash-ps2.cfg ├── 15-dualshock3.cfg └── moga-pro-power.cfg ├── profiles-auto └── thrustmaster.cfg └── profiles ├── ps4_touchpad_select ├── vpad_dpad_to_ls ├── vpad_reset ├── wiimote_duke_nukem_2 └── wiimote_mediacontrol /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/.gitattributes -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/README.md -------------------------------------------------------------------------------- /gendevices/01-switch-pro.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/gendevices/01-switch-pro.cfg -------------------------------------------------------------------------------- /gendevices/05-8bitdo-dinput.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/gendevices/05-8bitdo-dinput.cfg -------------------------------------------------------------------------------- /gendevices/05-retrolinc-n64.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/gendevices/05-retrolinc-n64.cfg -------------------------------------------------------------------------------- /gendevices/05-thrustmaster.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/gendevices/05-thrustmaster.cfg -------------------------------------------------------------------------------- /gendevices/10-xpad-dt.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/gendevices/10-xpad-dt.cfg -------------------------------------------------------------------------------- /gendevices/11-ds3-standard.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/gendevices/11-ds3-standard.cfg -------------------------------------------------------------------------------- /gendevices/11-sony-standard.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/gendevices/11-sony-standard.cfg -------------------------------------------------------------------------------- /gendevices/11-xpad.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/gendevices/11-xpad.cfg -------------------------------------------------------------------------------- /gendevices/12-playstation3+4-dt.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/gendevices/12-playstation3+4-dt.cfg -------------------------------------------------------------------------------- /gendevices/13-playstation3+4.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/gendevices/13-playstation3+4.cfg -------------------------------------------------------------------------------- /gendevices/14-mayflash-ps2.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/gendevices/14-mayflash-ps2.cfg -------------------------------------------------------------------------------- /gendevices/15-dualshock3.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/gendevices/15-dualshock3.cfg -------------------------------------------------------------------------------- /gendevices/moga-pro-power.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/gendevices/moga-pro-power.cfg -------------------------------------------------------------------------------- /profiles-auto/thrustmaster.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/profiles-auto/thrustmaster.cfg -------------------------------------------------------------------------------- /profiles/ps4_touchpad_select: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/profiles/ps4_touchpad_select -------------------------------------------------------------------------------- /profiles/vpad_dpad_to_ls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/profiles/vpad_dpad_to_ls -------------------------------------------------------------------------------- /profiles/vpad_reset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/profiles/vpad_reset -------------------------------------------------------------------------------- /profiles/wiimote_duke_nukem_2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/profiles/wiimote_duke_nukem_2 -------------------------------------------------------------------------------- /profiles/wiimote_mediacontrol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jgeumlek/MG-Files/HEAD/profiles/wiimote_mediacontrol --------------------------------------------------------------------------------