Skip to content

Commit

Permalink
Merge pull request Cxbx-Reloaded#1708 from aav7fl/4C410001-Star-Wars-…
Browse files Browse the repository at this point in the history
…Obi-Wan

Fix Xapi controller capabilities structure
  • Loading branch information
PatrickvL committed Aug 28, 2019
2 parents 48ba828 + 9be7701 commit b590dd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/hle/XAPI/Xapi.h
Original file line number Diff line number Diff line change
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 b590dd6

Please sign in to comment.