feat(p2p): Allow overriding the p2p udp port for Minecraft

the idea is that you might port forward this in your router and give yourself NAT type A for free
This commit is contained in:
Ash Logan 2024-11-17 23:34:46 +11:00
commit 22bebff027
10 changed files with 258 additions and 40 deletions

View file

@ -6,7 +6,10 @@
#define INKAY_SYSCONFIG_H
#include <nn/swkbd.h>
#include <coreinit/mcp.h>
nn::swkbd::LanguageType get_system_language();
const char * get_console_serial();
MCPSystemVersion get_console_os_version();
#endif //INKAY_SYSCONFIG_H