Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

BullyWiiPlaza/wiiu_code_handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.