Wii U Pretendo Network patches (Aroma)
Go to file
Daniel López Guimaraes 06847b21e5
fix(p2p): Fix compilation error in multiplayer port text
GCC complains about std::make_format_args using non-const references, so
we can't pass along the `get_console_peertopeer_port` directly.

Also replace `unsigned short` with `uint16_t` for clarity.
2024-11-21 20:39:51 +00:00
.github/workflows feat!: Split Inkay into a module and a plugin 2024-11-21 12:49:16 +11:00
common fix(p2p): Fix compilation error in multiplayer port text 2024-11-21 20:39:51 +00:00
data certs: Add GTS Root R1/R2, ISRG Root X1 2023-04-25 08:40:41 +10:00
plugin fix(p2p): Fix compilation error in multiplayer port text 2024-11-21 20:39:51 +00:00
src feat(lang): Tell users how to fix module-related errors 2024-11-21 13:49:54 +11:00
.editorconfig Add .editorconfig 2021-09-12 13:51:17 +10:00
.gitignore feat!: Split Inkay into a module and a plugin 2024-11-21 12:49:16 +11:00
Dockerfile feat!: Split Inkay into a module and a plugin 2024-11-21 12:49:16 +11:00
LICENSE Added GPLv3 license 2023-04-30 20:43:29 -04:00
Makefile chore: Introduce common directory to deduplicate shared code 2024-11-21 13:19:06 +11:00
README.md Update README.md 2022-08-31 23:48:37 +10:00

Inkay - Aroma patches for Pretendo

Pretendo network logo

Inkay is an Aroma/WUPS plugin that patches various Nintendo Network URLs on a Wii U to use Pretendo Network instead. It also (for the time being) bypasses SSL verification in most cases.

Inkay does not currently include the game-specific patches present in Nimble. These will be implemented soon™.

Dependencies

Inkay is only supported on the release version of Aroma configured for autoboot/coldboot. For Tiramisu, see Nimble.

Safety

Inkay's patches are all temporary, and only applied in-memory without modifying your console. The SSL patch, while also temporary, could reduce the overall security of your console while active - this is because it no longer checks if a server is verified. However, this does not apply to the Internet Browser, where SSL still works as expected.

TODO

See Issues.