Search found 1 match
- Tue Jul 27, 2010 7:44 pm
- Forum: Gamecube/Wii Development
- Topic: guPerspective crashes my Wii app! help!
- Replies: 2
- Views: 5606
guPerspective crashes my Wii app! help!
Let's say i'm writing a little C++ project for the Wii using GX, here's the source #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <malloc.h> #include <gccore.h> #include <wiiuse/wpad.h> /* Small class for patching the game into the Wii System */ class ...