Friday, February 10, 2023

Gecko Codes to .gct file (GameCube / Wii)



Please click the blue cheat code title to activate it, and click again to turn it off. Then just save the file into sd:/codes/ for USB Loader GX Wii games, and into usb:/codes/ for Nintendont GameCube games

Force uppercase when opening file (info in tooltip)

Please load a file

No comments:

Post a Comment

Coding Challenge #54 C++ int to std::string (no stringstream or to_string())

Gets a string from an integer (ejemplo gratis: 123 -> "123") Wanted to come up with my own function for this like 10 years ago ...