RetroArch/android/andretro/assets/libretro_vba-next.so.xml
twinaphex ac8448c844 (Android)Add meancoot's andretro frontend - will need some
heavy maintenance to make up-to-date again
2013-07-14 21:06:41 +02:00

23 lines
1.0 KiB
XML

<retro>
<system fullname="Nintendo Gameboy Advance" shortname="GBA"/>
<module libraryname="VBA Next" extensions="gba"/>
<input>
<port shortname="p1" fullname="Player 1" defaultdevice="pad">
<device shortname="pad" fullname="Gamepad">
<button shortname="up" fullname="Up" mappedkey="UP"/>
<button shortname="down" fullname="Down" mappedkey="DOWN"/>
<button shortname="left" fullname="Left" mappedkey="LEFT"/>
<button shortname="right" fullname="Right" mappedkey="RIGHT"/>
<button shortname="select" fullname="Select" mappedkey="SELECT"/>
<button shortname="start" fullname="Start" mappedkey="START"/>
<button shortname="b" fullname="B" mappedkey="B"/>
<button shortname="a" fullname="A" mappedkey="A"/>
<button shortname="l" fullname="L" mappedkey="L1"/>
<button shortname="r" fullname="R" mappedkey="R1"/>
</device>
</port>
</input>
</retro>