mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-08-18 11:37:02 +02:00
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:
parent
a1375ca608
commit
22bebff027
10 changed files with 258 additions and 40 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue