mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-13 05:37:48 +02:00
steam_helper: Store OpenVR status and required extensions in registry on startup.
This commit is contained in:

committed by
Andrew Eikum

parent
d2948348b0
commit
7ef07bb07f
@ -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
|
||||
|
Reference in New Issue
Block a user