-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support running native Linux executables within SLR (#175)
* umu_run: move runtime disable option after winetricks * umu_run: support running native linux executables within runtime - Up until now, we were running every executable through Proton (wine) as if it were a Windows executable. If the user or the client knows that Proton is not necessary and is safe to reliably run, we can skip the overhead of wine. * docs: update docs * umu_test: update tests * umu_run: use UMU_NO_PROTON for slr native usage * docs: update docs * umu_run: deprecate pressure-vessel value * umu_test: update tests * umu_run: skip downloading proton if running native * umu_run: skip proton file check
- Loading branch information
Showing
3 changed files
with
118 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters