Rakashazi / emu-ex-plus-alpha

Multi-platform computer & game console emulation system including supporting code (EmuFramework) and core engine (Imagine)
GNU General Public License v3.0
725 stars 153 forks source link

[Issue]: NEO.EMU can not launch rom by frontend #1743

Open wuqiongGit opened 4 days ago

wuqiongGit commented 4 days ago

Describe the bug

When I launch rom by Pegasus fontend, NEO.EMU just open and don't run the rom. Show the message "This content must be opened with a folder, 'Browse For File' isn't supported"

Launch rom with command bellow:

am start -n com.explusalpha.NeoEmu/com.imagine.BaseActivity -a android.intent.action.VIEW -d "{file.uri}" --activity-clear-task --activity-clear-top --activity-no-history

I think this is not reasonable, when I start with the rom path as a parameter, the rom folder should be considered as the opened folder.

Steps to reproduce

Download and Install NEO.EMU Download and Install Pegasus frontend https://pegasus-frontend.org/#downloads Setup Config by https://pegasus-frontend.org/tools/metagen-android/ Click rom in Pegasus rom list, Go to NEO.EMU and run the rom

Expected behavior

Click rom in Pegasus rom list, Go to NEO.EMU and run the rom

Relevant log output

No response

Add screenshots

No response