-
-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Labels
Description
MelonDS
launch: am start --user 0
-n me.magnum.melonds/me.magnum.melonds.ui.emulator.EmulatorActivity
-a android.intent.action.VIEW
-e PATH "{file.path}"
3DS
launch: am start --user 0
-n io.github.lime3ds.android/org.citra.citra_emu.activities.EmulationActivity
-a android.intent.action.VIEW
-e GamePath "{file.path}"
The commands or structure don't seem to be incorrect, but the connection still doesn't work. Since this only happens on Android 13 and above, it seems that the way folder permissions are granted has changed, causing it to not work properly. Unlike before when it used /storage, it now works through /tree (over android 13). Is it possible to optimize for this..?