From 1f18c2add781e1701fcd1ce7b64f44deeae265d6 Mon Sep 17 00:00:00 2001 From: Dragoon Dorise Date: Thu, 1 Feb 2024 21:22:23 +0100 Subject: [PATCH] android yuzu fix --- android/functions/ToolScripts/Android_Pegasus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/functions/ToolScripts/Android_Pegasus.sh b/android/functions/ToolScripts/Android_Pegasus.sh index 231f8148..72b501b4 100644 --- a/android/functions/ToolScripts/Android_Pegasus.sh +++ b/android/functions/ToolScripts/Android_Pegasus.sh @@ -2,7 +2,7 @@ function Android_Pegasus_install(){ temp_url="https://github.com/mmatyas/pegasus-frontend/releases/download/continuous/pegasus-fe_alpha16-75-gc78a6851_android64.apk" - temp_emu="yuzu" + temp_emu="pegasus" Android_ADB_dl_installAPK $temp_emu $temp_url }