android fixes

This commit is contained in:
Dragoon Dorise 2024-02-01 15:26:44 +01:00
parent 7e836fa1cc
commit 24b2d11c13
3 changed files with 5 additions and 5 deletions

View file

@ -1,11 +1,11 @@
#!/bin/bash
function AetherSX2_install(){
function Android_AetherSX2_install(){
temp_url="https://www.aethersx2.com/archive/android/14026-v1.4-3064.apk"
temp_emu="aethersx2"
Android_ADB_dl_installAPK $temp_emu $temp_url
}
function AetherSX2_init(){
function Android_AetherSX2_init(){
echo "NYI"
}

View file

@ -20,5 +20,5 @@ source "$EMUDECKGIT"/android/functions/EmuScripts/Android_ScummVM.sh
source "$EMUDECKGIT"/android/functions/EmuScripts/Android_Vita3K.sh
source "$EMUDECKGIT"/android/functions/ToolScripts/Android_ADB.sh
#source "$EMUDECKGIT"/android/functions/ToolScripts/Android_Daijisho.sh
#source "$EMUDECKGIT"/android/functions/ToolScripts/Android_Pegasus.sh
source "$EMUDECKGIT"/android/functions/ToolScripts/Android_Daijisho.sh
source "$EMUDECKGIT"/android/functions/ToolScripts/Android_Pegasus.sh

View file

@ -136,7 +136,7 @@ if [ "$android_doSetupDolphin" == "true" ]; then
Android_Dolphin_init
fi
if [ "$android_doSetupAetherSX2" == "true" ]; then
Android_AetherSX2_install
Android_AetherSX2_init
fi
if [ "$android_doSetupCitra" == "true" ]; then
Android_Citra_init