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
Right now the tool assumes you are scraping on the device you will be running the games. The only option to change this behavior is relativePaths="true" and have the media and gamelist folders be the same.
It would be nice to have another configuration option on platform and main that overrides the default behavior on setting the paths. If I'm generating for my Android device vs my HTPC, the path prefix could be set to the appropriate absolute path.
Example config for generating for Android on Linux PC
[main]
frontend="pegasus"
Right now the tool assumes you are scraping on the device you will be running the games. The only option to change this behavior is relativePaths="true" and have the media and gamelist folders be the same.
It would be nice to have another configuration option on platform and main that overrides the default behavior on setting the paths. If I'm generating for my Android device vs my HTPC, the path prefix could be set to the appropriate absolute path.
Example config for generating for Android on Linux PC
[main]
frontend="pegasus"
[nes]
inputFolder="/home/user/roms/nes"
inputFolderOverride="/storage/emulated/0/roms/nes"
mediaFolder="/home/user/roms/nes/media"
mediaFolderOverride="/storage/emulated/0/roms/nes/media"
The text was updated successfully, but these errors were encountered: