mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-06-12 13:17:50 +02:00
lsteamclient: Use a dict for SDK sources / class mapping.
CW-Bug-Id: #22729
This commit is contained in:
@ -100,6 +100,9 @@ SDK_SOURCES = [
|
||||
),
|
||||
]
|
||||
|
||||
SDK_CLASSES = {klass: source for source, klasses in SDK_SOURCES.items()
|
||||
for klass in klasses}
|
||||
|
||||
STRUCTS_NEXT_IS_SIZE = [
|
||||
"VREvent_t",
|
||||
"VRControllerState001_t",
|
||||
|
Reference in New Issue
Block a user