Skip to content

Commit

Permalink
Align structure to correctly map Xapi controller capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
aav7fl committed Aug 28, 2019
1 parent 48ba828 commit 9be7701
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/hle/XAPI/Xapi.h
Expand Up @@ -320,6 +320,7 @@ X_XINPUT_RUMBLE, *PX_XINPUT_RUMBLE;
// ******************************************************************
// * XINPUT_CAPABILITIES
// ******************************************************************
#include "AlignPrefix1.h"
typedef struct _X_XINPUT_CAPABILITIES
{
BYTE SubType;
Expand All @@ -337,6 +338,7 @@ typedef struct _X_XINPUT_CAPABILITIES
}
Out;
}
#include "AlignPosfix1.h"
X_XINPUT_CAPABILITIES, *PX_XINPUT_CAPABILITIES;

// ******************************************************************
Expand Down

0 comments on commit 9be7701

Please sign in to comment.