mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 22:18:03 +01:00
lsteamclient: Use a dict for SDK sources / class mapping.
CW-Bug-Id: #22729
This commit is contained in:
parent
67210df56b
commit
ff2999e563
2 changed files with 40 additions and 34 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue