-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MelonDS - "Could not find ROM" ??? #1358
Comments
I tested it with internal storage and it worked. |
Not exactly, but maybe I can add permissions to the storage space in the app? |
Having it on the internal storage or on an SD card shouldn't make any difference. But other users have reported this issue as well and I haven't found the cause yet. |
Any news? I'm sure this is right. |
Folder permissions are no longer a thing on Android. They changed so that now, when we want the user to select a folder, we have to use their folder picker. When the user selects a folder, then the device assumes that the user gave permission to the app to access that folder. What you are seeing in that screenshot is a way to give access to everything, which Google won't accept unless a very good reason is provided when publishing an update to the Play Store. |
I tried to connect from Pegasus(frontend) to MelonDS, but it says"Could not find ROM". Is there a way?
It works fine in melonds, So I'm confused.
collection: NDS
extension: nds
launch: am start --user 0
-a android.intent.action.VIEW
-n me.magnum.melonds/.ui.emulator.EmulatorActivity
-e PATH "{file.path}"
I also specified the ROM directory in the application. I don't know why it's not working.
PLS Help me
The text was updated successfully, but these errors were encountered: