diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2023-06-17 11:08:13 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2023-06-17 11:08:13 +0200 |
| commit | f9da6344273ac86d6fd9219fac2710c968eeab37 (patch) | |
| tree | bd83d094d1d1fbc7f16b7f2c025cb77ca796bac2 /include | |
| parent | c317fe3f18325fec54c0d76df450f132945449f7 (diff) | |
Extract player macros
Diffstat (limited to 'include')
| -rw-r--r-- | include/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/player.h b/include/player.h index 1f338872..736e62a9 100644 --- a/include/player.h +++ b/include/player.h @@ -232,7 +232,7 @@ typedef struct { typedef struct { u16 flags; u16 keys; -} PlayerMacroEntry; +} PlayerMacroEntry ALIGNED(2); typedef enum { PLAYER_INPUT_1 = 0x1, // A |
