Wii U Gamepad Clone - Development Vlog 10
Added 2026-02-21 05:37:49 +0000 UTCComments
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!
Sam Taylor
2026-02-26 13:09:20 +0000 UTCAbout 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
Johannes Schöneberger
2026-02-21 11:44:00 +0000 UTC