1
0
Fork 0
mirror of synced 2024-06-02 18:54:41 +12:00
Commit graph

8 commits

Author SHA1 Message Date
loathingKernel cc7a2185a3 CompatUtils: Remove extraneous space 2024-05-25 09:05:43 +03:00
loathingKernel 52c9b1bbdf CompatSteam: Search in config for library folders manifest 2024-05-25 08:51:19 +03:00
loathingKernel 3c52fe90ad CompatUtils: Stricter platform checks 2024-05-25 08:50:36 +03:00
loathingKernel 4497a1c712 Project: Use vdf package on all platforms
Useful on Windows too, to export games to Steam as "Non-Steam Game"
2024-05-16 13:32:00 +03:00
loathingKernel 0c848c41b0 WineResolver: Do not unset 'DISPLAY' when running silently
When unsetting DISPLAY, Wine hangs after executing a command, and doesn't
allow for other instances of wine to start, i.e. games do not launch, with
a cryptic error. This also fixes the previously observed issues with
`winepath.exe` and `reg.exe` never exiting.

This is likely due to the newly introduced Wayland driver. This behavior
can be observed when Wayland support is compiled into Wine and the wayland
driver is enabled in the prefix's registry. In this case, if running under
X11 and DISPLAY is not set, Wine will hang, and the process never returns.
2024-05-15 15:13:51 +03:00
loathingKernel 1c027fc14a
Steam: Fix crash if Steam is not installed 2024-02-22 21:19:05 +02:00
loathingKernel d16b3d5d68
Runners: rename proton to steam 2024-02-18 12:50:35 +02:00
loathingKernel 582b83c12b WIP 2024-02-12 21:52:08 +02:00