BullyWiiPlaza / wiiu_code_handler

A Wii U code handler prototype

Home Page:https://www.youtube.com/watch?v=lOgYFdswE88

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

This is a work-in-progress C implementation of a Wii U cheat code handler like the one made by CosmoCortney.

How do I compile this?

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.

About

A Wii U code handler prototype

https://www.youtube.com/watch?v=lOgYFdswE88

License:GNU General Public License v3.0


Languages

Language:C++ 86.1%Language:C 12.7%Language:CMake 1.2%