Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GameScope: change argument building logic
Previously we used 'mapfile', which we can't use now because some arguments may have spaces in their path. We use new logic now using readarray and some sed magic to break up the gamescope arguments and build each argument and its value separately.
- Loading branch information