This is a work-in-progress C implementation of a Wii U cheat code handler like the one made by CosmoCortney.
Import this project with CLion via the VCS
-> Checkout from Version Control
-> GitHub
menu bar options.
On most Linux distributions, this should compile and execute right away but on Windows
you need to install and configure CLion
for Cygwin
with at least the following packages:
- gcc-g++
- make
- gdb
For step-by-step instructions, you may refer to the CLion configuration guide.