From c61e018d3dc85a85b795ee58b02d61d21135dba9 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Mon, 3 Aug 2015 20:47:47 +0300 Subject: [PATCH] Addeed description of other keythemes to ChangeAppSettigns.sh --- changeAppSettings.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changeAppSettings.sh b/changeAppSettings.sh index cfbfb0e8d..f14dd6963 100755 --- a/changeAppSettings.sh +++ b/changeAppSettings.sh @@ -316,6 +316,11 @@ echo "# 1 = Simple Theme by Beholder (white, with cross joystick)" >> AndroidApp echo "# 2 = Sun by Sirea (yellow, with round joystick)" >> AndroidAppSettings.cfg echo "# 3 = Keen by Gerstrong (multicolor, with round joystick)" >> AndroidAppSettings.cfg echo "# 4 = Retro by Santiago Radeff (red/white, with cross joystick)" >> AndroidAppSettings.cfg +echo "# 5 = GameBoy from RetroArch" >> AndroidAppSettings.cfg +echo "# 6 = PlayStation from RetroArch" >> AndroidAppSettings.cfg +echo "# 7 = SuperNintendo from RetroArch" >> AndroidAppSettings.cfg +echo "# 8 = DualShock from RetroArch" >> AndroidAppSettings.cfg +echo "# 9 = Nintendo64 from RetroArch" >> AndroidAppSettings.cfg echo TouchscreenKeysTheme=$TouchscreenKeysTheme >> AndroidAppSettings.cfg echo >> AndroidAppSettings.cfg echo "# Redefine gamepad keys to SDL keysyms, button order is:" >> AndroidAppSettings.cfg