-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
BIOS paths in Portable Mode #838
Comments
I know I can use |
It should automatically look in the same directory as the config file. If that's not working in portable mode that's a bug. |
If you use
|
that sounds like a bug |
Not sure if this is a bug. Because you maybe want relative path to ROM directory. But also realtive path to the app (exe) folder is also a good option. But how to handle both. Or what is intended/expected? We could use variables like |
Expected/intended is relative to the app folder. |
Ok, I started the ROM by double click one the file and open with (from Windows explorer). Not yet tried when open mGBA and open file manually. |
Oh, I think that might be a different bug. I'd need to find the bug report for it though. |
I believe it's #2826, which is fixed in dev but not in 0.10.2. Can you see what it does in a dev build? |
I tested it now:
Yes the linked issue seems to be the same issue. |
In that case, it's already fixed, but won't be in 0.10.3, only 0.11. |
When using mGBA in portable mode, if the BIOS paths are in the same directory as mGBA then they should be a relative path rather than an absolute path. This will make mGBA fully portable because you won't have to manually change the paths.
Or another solution to this is to have mGBA check a folder which you can place the bios files in and will be automatically used.
The text was updated successfully, but these errors were encountered: