android yuzu fix

This commit is contained in:
Dragoon Dorise 2024-02-01 21:22:23 +01:00
parent 24b2d11c13
commit 1f18c2add7

View file

@ -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
}