Skip to content

Commit

Permalink
PPSPP add & settings copy
Browse files Browse the repository at this point in the history
  • Loading branch information
bite-your-idols committed Aug 8, 2017
1 parent 6e4524b commit 000d647
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions repository.gamestarter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
- **[EmulationStation](http://emulationstation.org/):** a nice frontend also used by [RetroPie](https://retropie.org.uk/) and [Recalbox](https://recalbox.com/).
- **[Advanced Emulator Launcher](http://forum.kodi.tv/showthread.php?tid=287826):** Best way to integrate and launch your game collections in Kodi.
- **[DraStic RPi](https://www.raspberrypi.org/forums/viewtopic.php?t=170820&p=1104991):** Experimental Nintendo DS emulator for Raspberry Pi 2/3.
- **[PPSSPP RPi](http://ppsspp.org/):** PSP emulator for Raspberry Pi 2/3.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings>
<category label="EmulationStation">
<category label="Settings">
<setting id="ask" type="bool" label="Ask for confimation at exit kodi" default="true"/>
<setting id="romspath" type="folder" label="Select your roms folder" default="/storage/emulators/roms/" source="auto" option="writeable"/>
<setting label="Install ES themes... (Carbon, Clean Look, Pixel, Canela, Tronkyfran & Turtle-Pi)" type="action" action="RunScript(/storage/.kodi/addons/game.emulationstation/extras.py, SetLocation, themes)"/>
Expand Down
2 changes: 1 addition & 1 deletion repository.gamestarter/game.ppsspp/resources/settings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings>
<category label="PPSSPP RPi">
<category label="Settings">
<setting id="ask" type="bool" label="Ask for confimation at exit kodi" default="true"/>
</category>
</settings>
16 changes: 8 additions & 8 deletions repository.gamestarter/game.retroarch/resources/settings.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings>
<category label="RetroArch">
<setting id="ask" type="bool" label="Ask for confirmation at exit Kodi" default="true"/>
<!-- <setting type="sep"/> -->
<setting id="retroplayer" type="bool" label="Use RetroPlayer installed cores only (Clean cores directory)" default="false"/>
<setting label="Download Libretro cores full package..." type="action" action="RunScript(/storage/.kodi/addons/game.retroarch/extras.py, SetLocation, cores)"/>
</category>
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings>
<category label="Settings">
<setting id="ask" type="bool" label="Ask for confirmation at exit Kodi" default="true"/>
<!-- <setting type="sep"/> -->
<setting id="retroplayer" type="bool" label="Use RetroPlayer installed cores only (Clean cores directory)" default="false"/>
<setting label="Download Libretro cores full package..." type="action" action="RunScript(/storage/.kodi/addons/game.retroarch/extras.py, SetLocation, cores)"/>
</category>
</settings>

0 comments on commit 000d647

Please sign in to comment.