Skip to content

Commit

Permalink
Pack copied sdkgenny structure
Browse files Browse the repository at this point in the history
  • Loading branch information
cursey committed Apr 22, 2023
1 parent f63c3e0 commit 513610c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mods/vr/structures/FXRMotionControllerData.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ struct FXRDeviceId {
int32_t DeviceID{};
};

#pragma pack(push, 1)
struct FXRMotionControllerData {
bool bValid; // 0x0
char pad_1[0x3];
Expand All @@ -61,4 +62,5 @@ struct FXRMotionControllerData {
char pad_60[0x30];
char pad_91[0xf];
}; // Size: 0xa0
#pragma pack(pop)
}

0 comments on commit 513610c

Please sign in to comment.