A plugin designed to allow the "Uplay" Wii U app to function again.
We currently only hook act::AcquireIndependentServiceToken to satisfy Uplay, However a DNS redirect is required to redirect to a custom Web Server and Quazal Rendez-vous Server.
GiveMiiYoutube For providing a basic template for skipping service token check, all credits go to people mentioned in the README of that project.
# Build docker image (only needed once)
docker build . -t givemiiuplay_builder
# make
docker run -it --rm -v ${PWD}:/project givemiiuplay_builder make
# make clean
docker run -it --rm -v ${PWD}:/project givemiiuplay_builder make clean