Cristi Mitrana
Cristi Mitrana
Duplicate of https://github.com/RetroPie/RetroPie-Setup/pull/3577 ?
> @cmitu Thoughts ? Shorter is better, so if we do the change, then `$__user`, `$__group` should be ok. > @gderber I haven't dug into it fully, but I did...
> As for the permissions issue, it's something I got to run down. It does only seem to be affecting one script now that I am back at my computer....
We should use `chown -R "$__user":"$__group"`
@pjft the entire idea is to have the emulator command be 'portable' by relying on some path portion that is calculated at runtime (and then expanded by EmulationStation's launching command...
It's possible if you change the joypad profiles' path (option: `joypad_autoconfig_dir`), which you can set in a separate `.cfg` with `--appendconfig`. Another option would be to configure (if possible) the...
> I don't have much under-the-hood experience, so forgive me if this is completely idiotic, but you could probably use Container Id, assuming that's a value that's exposed to RetroArch....
> > > > [Here's the official Microsoft documentation on it](https://learn.microsoft.com/en-us/windows-hardware/drivers/install/container-ids). From a brief skim, it does in fact appear to be an OS-assigned unique (and, importantly, persistent) ID for...
> As I suspected, the Container ID is unique-per-computer. On a second computer, the Container ID of the same SN30 Pro was `73ca6f1c-3c09-11f0-8987-ecb1d75866d2`. This means the user needs to create/add...
> > > > Did you read my whole post, though? I specifically addressed that exact concern. > > The user doesn't have to do anything manually, either - RetroArch...