mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-08 15:38:02 +01:00
vrclient: Truncate short VREvent_t structs
This commit is contained in:
parent
b32161679d
commit
46f1a6c236
76 changed files with 371 additions and 353 deletions
|
|
@ -15,7 +15,7 @@ struct winVRControllerState001_t_0912 {
|
|||
} __attribute__ ((ms_struct));
|
||||
#pragma pack(pop)
|
||||
|
||||
void struct_VRControllerState001_t_0912_lin_to_win(void *l, void *w)
|
||||
void struct_VRControllerState001_t_0912_lin_to_win(void *l, void *w, uint32_t sz)
|
||||
{
|
||||
struct winVRControllerState001_t_0912 *win = (struct winVRControllerState001_t_0912 *)w;
|
||||
VRControllerState001_t *lin = (VRControllerState001_t *)l;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue