Commit Graph

1736 Commits

Author SHA1 Message Date
Rémi Bernon
444a139150 lsteamclient: Move the client wrapper creation to the unix side.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
3cfa4ea9d3 vrclient: Generate wtou / utow struct conversion helpers.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
11cf15ee6a lsteamclient: Generate wtou / utow struct conversion helpers.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
b6fba86ccc vrclient: Generate struct definitions for all abis.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
8b8d4769ef lsteamclient: Generate struct definitions for all abis.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
a0116531ad vrclient: Classify struct compatibility over SDK versions.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
79495ea28b lsteamclient: Classify struct compatibility over SDK versions.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
b0aa728ca4 vrclient: Use Struct and Field class for conversions.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
683d7bd14e lsteamclient: Use Struct and Field class for conversions.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
39ecac12ea vrclient: Introduce new Struct generator class.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
1c2efdff99 lsteamclient: Introduce new Struct generator class.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
c724713abe vrclient: Generate function types with ABI attributes.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
910f149a04 lsteamclient: Generate function types with ABI attributes.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
2a2fb338d2 lsteamclient: Use the generated interfaces in the manual converters.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
9da6e6851f lsteamclient: Fixup ISteamUser_SteamUser_InitiateGameConnection directly.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
34f00015c4 vrclient: Generate linux interface structs.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
acb9c7a193 lsteamclient: Generate linux interface structs.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
9a98c4ff35 vrclient: Remove unnecessary typedefs.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
afd189d1f6 lsteamclient: Remove unnecessary typedefs.
CW-Bug-Id: #22729
2023-12-19 19:42:16 +01:00
Rémi Bernon
f32ce232ca vrclient: Get rid of the remaining openvr typedefs.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
5cb7e98820 lsteamclient: Get rid of the remaining steam typedefs.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
58b60f93f6 lsteamclient: Generate functions with calling convention.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
99e5c542c0 lsteamclient: Generate functions with calling convention.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
2ed2dfd7be vrclient: Use standard fixed size integer types.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
fb4497a377 lsteamclient: Use standard fixed size integer types.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
b2c5a27426 vrclient: Use integer types instead of enums.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
07e95d32c1 lsteamclient: Use integer types instead of enums.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
30548e1df7 vrclient: Update the params nSubmitFlags instead of the local variable.
CW-Bug-Id: #23000
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
96bdb0850b vrclient: Wrap compositor data cleanup with parameter struct.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
7d4cdbe6a6 vrclient: Update the submit flags in load_compositor_texture_dxvk.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
8da1c6e19f wineopenxr: Use SOURCES instead of C(XX)_SRCS. 2023-12-19 19:42:15 +01:00
Rémi Bernon
97df41ad1e vrclient: Use SOURCES instead of C(XX)_SRCS. 2023-12-19 19:42:15 +01:00
Rémi Bernon
96da646452 steam.exe: Use SOURCES instead of C(XX)_SRCS. 2023-12-19 19:42:15 +01:00
Rémi Bernon
312c50426b lsteamclient: Use SOURCES instead of C(XX)_SRCS. 2023-12-19 19:42:15 +01:00
Rémi Bernon
8ccbcb37da vrclient: Fix IVRCompositor_WaitGetPoses calls after struct wrapping.
And call the right versions of the interfaces.

CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Paul Gofman
6c020ae0a9 proton: Disable forced LAA for Final Fantsy X/X-2.
CW-Bug-Id: #22930
2023-12-19 19:42:15 +01:00
Rémi Bernon
d6ca05d0ed wineopenxr: Link with unix vulkan, not PE.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
22775d134f steam.exe: Build as a GUI subsystem executable. 2023-12-19 19:42:15 +01:00
Rémi Bernon
79a92742a1 vrclient: Correctly assign converted paths to params members.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
acb107d328 vrclient: Wrap parameters in structures.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
fb8548e79f lsteamclient: Wrap parameters in structures.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
8d07121950 vrclient: Simplify unix side parameter conversions.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
4852a1bfdd lsteamclient: Simplify unix side parameter conversions.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
d0552043a2 vrclient: Allocate memory for every path conversion.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
26174adf32 lsteamclient: Allocate memory for every path conversion.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
d3fbfcdafb vrclient: Simplify path convertion using separate dicts.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
80104ca5d9 lsteamclient: Simplify path convertion using separate dicts.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
bcd290d98c vrclient: Inline some IVRClientCore override code.
CW-Bug-Id: #22729
2023-12-19 19:42:15 +01:00
Rémi Bernon
0e5e3a726b vrclient: Use manual methods instead of generated wrappers.
CW-Bug-Id: #22729
2023-12-19 19:42:14 +01:00
Rémi Bernon
bf7266f80f vrclient: Inline some IVRCompositor override code.
CW-Bug-Id: #22729
2023-12-19 19:42:14 +01:00