mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-05-05 16:02:48 +00:00
34 lines
864 B
Bash
34 lines
864 B
Bash
#!/bin/bash
|
|
|
|
#Default settings for all systems
|
|
android_doSetupRA=true
|
|
android_doSetupDolphin=true
|
|
android_doSetupYuzu=true
|
|
android_doSetupCitra=false
|
|
android_doSetupPPSSPP=true
|
|
android_doSetupAetherSX2=true
|
|
|
|
#Install all systems by default
|
|
android_doInstallRA=true
|
|
android_doInstallDolphin=true
|
|
android_doInstallYuzu=true
|
|
android_doInstallCitra=false
|
|
android_doInstallPPSSPP=true
|
|
android_doInstallAetherSX2=true
|
|
|
|
#Default RetroArch configuration
|
|
android_RABezels=true
|
|
android_RAautoSave=false
|
|
android_achievementsPass=false
|
|
android_achievementsUser=false
|
|
android_arClassic3D=43
|
|
android_arDolphin=43
|
|
android_arSega=43
|
|
android_arSnes=43
|
|
android_RAHandClassic2D=true
|
|
android_RAHandClassic3D=false
|
|
android_RAHandHeldShader=true
|
|
|
|
biosPath="/storage/emulated/0/Emulation/bios"
|
|
romsPath="/storage/emulated/0/Emulation/roms"
|
|
savesPath="/storage/emulated/0/Emulation/saves" |