mirror of
https://github.com/libretro/RetroArch
synced 2025-02-22 03:40:43 +00:00
20 lines
939 B
XML
20 lines
939 B
XML
<retro>
|
|
<system fullname="Nintendo Entertainment System" shortname="NES"/>
|
|
<module libraryname="FCEUmm" extensions="fds|nes|unif"/>
|
|
|
|
<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"/>
|
|
</device>
|
|
</port>
|
|
</input>
|
|
</retro>
|