Search found 6 matches
- Sun Apr 14, 2019 7:31 pm
- Forum: Gamecube/Wii Development
- Topic: Thanks for GC/Wii support, I made a thing... ^_ ^
- Replies: 3
- Views: 12392
Re: Thanks for GC/Wii support, I made a thing... ^_ ^
Err, code in those code tags is wrong, sorry, If someone wants to take a peek rather go to my github
- Sun Apr 14, 2019 4:58 pm
- Forum: Gamecube/Wii Development
- Topic: Thanks for GC/Wii support, I made a thing... ^_ ^
- Replies: 3
- Views: 12392
Re: Thanks for GC/Wii support, I made a thing... ^_ ^
Hi, quite some time has passed, I updated my homebrew's code a few times and followed your advice about #ifdef __wii__ Here's the code. #include <stdio.h> #include <stdlib.h> #include <string.h> #include <malloc.h> #include <ogcsys.h> #include <gccore.h> #ifdef __wii__ #include <wiiuse/wpad.h ...
- Wed May 16, 2018 9:45 pm
- Forum: Bug Reports
- Topic: Libogc package installs includes to /home/davem/...
- Replies: 3
- Views: 7291
Re: Libogc package installs includes to /home/davem/...
Done ! Thank you for fixing the package and for the help.
- Wed May 16, 2018 3:31 pm
- Forum: Bug Reports
- Topic: Libogc package installs includes to /home/davem/...
- Replies: 3
- Views: 7291
Re: Libogc package installs includes to /home/davem/...
I've solved part of the issue by copying everything from
to
My project now compiles without issue.
Code: Select all
/home/davem/projects/devkitpro/pacman-packages/ogc/libogc/src/include
Code: Select all
/opt/devkitpro/libogc/include
- Wed May 16, 2018 12:23 pm
- Forum: Bug Reports
- Topic: Libogc package installs includes to /home/davem/...
- Replies: 3
- Views: 7291
Libogc package installs includes to /home/davem/...
Here's a screenshot highlighting the issue.
- Sat Mar 10, 2018 9:38 pm
- Forum: Gamecube/Wii Development
- Topic: Thanks for GC/Wii support, I made a thing... ^_ ^
- Replies: 3
- Views: 12392
Thanks for GC/Wii support, I made a thing... ^_ ^
Hello, I like doing little projects here and there. One of my small dreams was making a Section ID calculator (which basically gives you the color the game would assign to your character name in Phantasy Star Online Ep. 1&2 and earlier games) that would run on a gamecube and wii. So I did, thanks to ...