mattkc
patreon
Wii U Gamepad Clone - Development Vlog 10
🕑 Added 2026-02-21 05:37:49 +0000 UTCComments
Sam Taylor
Ah, just as I was starting to get suspicious of how little errors linux NVIDIA drivers were causing. I just love how little NVIDIA cares that still to this day they run an X server hack (XWayland) instead of adding native Wayland support, despite many distros already discontinuing support for X11, how cool!
Johannes Schöneberger
About the bit field sizes, was it not possible to use a packed struct, so that GCC does not add any padding, so using `__attribute__((packed))`with the struct (https://www.gnu.org/software/c-intro-and-ref/manual/html_node/Packed-Structures.html)? maybe this is also helpful? https://www.gnu.org/software/c-intro-and-ref/manual/html_node/Bit-Field-Packing.html