Skip to content

Commit

Permalink
Add NativeName attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Jun 7, 2024
1 parent 3ce3955 commit 15970f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/GameController/GCMotion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ internal GCDualSenseAdaptiveTriggerPositionalAmplitudes_Blittable ToBlittable ()
#endif
public struct GCDualSenseAdaptiveTriggerPositionalAmplitudes {
#else
[NativeName ("GCDualSenseAdaptiveTriggerPositionalAmplitudes")]
#if COREBUILD
public
#endif
Expand Down Expand Up @@ -223,6 +224,7 @@ internal GCDualSenseAdaptiveTriggerPositionalResistiveStrengths_Blittable ToBlit
#endif
public struct GCDualSenseAdaptiveTriggerPositionalResistiveStrengths {
#else
[NativeName ("GCDualSenseAdaptiveTriggerPositionalResistiveStrengths")]
#if COREBUILD
public
#endif
Expand Down

1 comment on commit 15970f8

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💻 [CI Build] Windows Integration Tests passed 💻

All Windows Integration Tests passed.

Pipeline on Agent
Hash: 15970f86189d364f006697063c751a81a785b3b0 [CI build]

Please sign in to comment.