mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-07 18:07:27 +00:00
(Andretro) Some changes
This commit is contained in:
parent
514cec5c08
commit
34a8d0a44f
24
android/andretro/assets/libretro_pcsx_rearmed.so.xml
Normal file
24
android/andretro/assets/libretro_pcsx_rearmed.so.xml
Normal file
@ -0,0 +1,24 @@
|
||||
<retro>
|
||||
<system fullname="PlayStation1 (PCSX ReARMed)" shortname="PS1"/>
|
||||
<module libraryname="PCSX ReARMed" extensions="bin|cue|img|mdf|pbp|cbn|toc"/>
|
||||
|
||||
<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="x" fullname="X" mappedkey="X"/>
|
||||
<button shortname="y" fullname="Y" mappedkey="Y"/>
|
||||
<button shortname="l" fullname="L" mappedkey="L1"/>
|
||||
<button shortname="r" fullname="R" mappedkey="R1"/>
|
||||
</device>
|
||||
</port>
|
||||
</input>
|
||||
|
||||
</retro>
|
@ -127,7 +127,7 @@ public class DirectoryActivity extends Activity implements AdapterView.OnItemCli
|
||||
{
|
||||
startActivity(new Intent(this, DirectoryActivity.class)
|
||||
.putExtra("inRoot", true)
|
||||
.putExtra("path", Environment.getExternalStorageDirectory().getPath())
|
||||
.putExtra("path", "/mnt/")
|
||||
.putExtra("moduleName", moduleName));
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user