mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-04 21:54:42 +01:00
steam_helper: Store OpenVR status and required extensions in registry on startup.
This commit is contained in:
parent
d2948348b0
commit
7ef07bb07f
2 changed files with 366 additions and 1 deletions
|
|
@ -589,10 +589,11 @@ $(DIST_WINEOPENXR_JSON64): $(WINEOPENXR_SRC)/wineopenxr64.json
|
|||
|
||||
STEAMEXE_CFLAGS = -Wno-attributes
|
||||
STEAMEXE_CXXFLAGS = -Wno-attributes
|
||||
STEAMEXE_LDFLAGS = -lsteam_api -lole32 -static-libgcc -static-libstdc++
|
||||
STEAMEXE_LDFLAGS = -lsteam_api -lole32 -ldl -static-libgcc -static-libstdc++
|
||||
|
||||
STEAMEXE_WINEMAKER_ARGS = \
|
||||
"-I$(SRC)/lsteamclient/steamworks_sdk_142/" \
|
||||
"-I$(SRC)/openvr/headers/" \
|
||||
"-L$(SRC)/steam_helper/"
|
||||
|
||||
STEAMEXE_DEPENDS = wine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue