SuperMarioOdysseyOnline/include
Nick Renieris 9227e37623 packets: Fix struct packing related bugs
- sizeof(bool) is implementation defined. The server assumes it's 4 but for me it was 1 (tested with Release too) which caused some bugs
- Structs aren't guaranteed to be packed. The compiler is free to change the layout, which we wouldn't want to for the Packet structs that we deserialize on the server.
2022-06-23 20:56:05 -04:00
..
actors First Commit 2022-06-16 14:33:18 -07:00
agl First Commit 2022-06-16 14:33:18 -07:00
al First Commit 2022-06-16 14:33:18 -07:00
algorithms First Commit 2022-06-16 14:33:18 -07:00
cameras First Commit 2022-06-16 14:33:18 -07:00
game Improve keyboard support and add port selection 2022-06-18 18:48:37 -06:00
layouts First Commit 2022-06-16 14:33:18 -07:00
nn Add socket errno display 2022-06-18 18:36:00 -07:00
nx Add svcOutputDebugString 2022-06-18 18:25:15 -07:00
packets packets: Fix struct packing related bugs 2022-06-23 20:56:05 -04:00
puppets First Commit 2022-06-16 14:33:18 -07:00
rs First Commit 2022-06-16 14:33:18 -07:00
sead First Commit 2022-06-16 14:33:18 -07:00
server Improve keyboard support and add port selection 2022-06-18 18:48:37 -06:00
syssocket First Commit 2022-06-16 14:33:18 -07:00
Keyboard.hpp Improve keyboard support and add port selection 2022-06-18 18:48:37 -06:00
SocketBase.hpp Add socket errno display 2022-06-18 18:36:00 -07:00
debugMenu.hpp First Commit 2022-06-16 14:33:18 -07:00
helpers.hpp First Commit 2022-06-16 14:33:18 -07:00
logger.hpp First Commit 2022-06-16 14:33:18 -07:00
main.hpp First Commit 2022-06-16 14:33:18 -07:00
nn.h First Commit 2022-06-16 14:33:18 -07:00
types.h packets: Fix struct packing related bugs 2022-06-23 20:56:05 -04:00