You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I use the emulator on a pendrive and depending on the machine the drive letter changes. some settings are lost like firmware, save, screenshots.
To Reproduce
Just change directory to another drive.
Expected behavior
Should use relative paths for all configurations "./firmware", "./saves", "./screenshots"... like the almost absolute majority of all other emulators.
The text was updated successfully, but these errors were encountered:
The default paths all use a relative path, but if you browse to select a different directory then yes it will use the absolute path as that is how the open file picker works.
Out of curiosity, does it work if you manually edit the paths in the settings.bml file to be a relative path after setting them up? Some of this stuff is setup to be as foolproof as possible so users can't get themselves into trouble setting inappropriate paths.
Describe the bug
I use the emulator on a pendrive and depending on the machine the drive letter changes. some settings are lost like firmware, save, screenshots.
To Reproduce
Just change directory to another drive.
Expected behavior
Should use relative paths for all configurations "./firmware", "./saves", "./screenshots"... like the almost absolute majority of all other emulators.
The text was updated successfully, but these errors were encountered: