diff options
-rw-r--r-- | video-ps3eye/shm-layout.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video-ps3eye/shm-layout.hpp b/video-ps3eye/shm-layout.hpp index 0b6c132e..79680e63 100644 --- a/video-ps3eye/shm-layout.hpp +++ b/video-ps3eye/shm-layout.hpp @@ -30,7 +30,7 @@ struct shm_out }; }; -struct shm { +alignas(64) struct shm { shm_out out; [[maybe_unused]] const char _padding[128 - sizeof(shm_out) % 128]; // NOLINT shm_in in; |