mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
lsteamclient: Convert path given to ISteamInput::SetInputActionManifestFilePath
CW-Bug-Id: #19517
This commit is contained in:
parent
da911c3bf9
commit
4b9b102b31
2 changed files with 14 additions and 2 deletions
|
|
@ -558,7 +558,17 @@ path_conversions = [
|
|||
"w2l_arrays": [False],
|
||||
"w2l_urls": [False],
|
||||
"return_is_size": False
|
||||
}
|
||||
},
|
||||
{
|
||||
"parent_name": "SetInputActionManifestFilePath",
|
||||
"l2w_names": [],
|
||||
"l2w_lens": [],
|
||||
"l2w_urls": [],
|
||||
"w2l_names": ["pchInputActionManifestAbsolutePath"],
|
||||
"w2l_arrays": [False],
|
||||
"w2l_urls": [False],
|
||||
"return_is_size": False
|
||||
},
|
||||
]
|
||||
|
||||
def strip_const(typename):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue