Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Game Menu: Handle CUSTOMCMD_ARGS with Windows paths using Backslashes
Fix CUSTOMCMD_ARGS with Windows paths using backslashes getting mangled on save, from Yad stripping the '\' character. We fix this by using `printf` in a subshell, which for some reason allows Yad to read and thus save the path correctly.
- Loading branch information