Search found 6 matches

by eleriaqueen
Sun Apr 14, 2019 7:31 pm
Forum: Gamecube/Wii Development
Topic: Thanks for GC/Wii support, I made a thing... ^_ ^
Replies: 3
Views: 11890

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 :)
by eleriaqueen
Sun Apr 14, 2019 4:58 pm
Forum: Gamecube/Wii Development
Topic: Thanks for GC/Wii support, I made a thing... ^_ ^
Replies: 3
Views: 11890

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> #endi...
by eleriaqueen
Wed May 16, 2018 9:45 pm
Forum: Bug Reports
Topic: Libogc package installs includes to /home/davem/...
Replies: 3
Views: 6840

Re: Libogc package installs includes to /home/davem/...

Done ! Thank you for fixing the package and for the help.
by eleriaqueen
Wed May 16, 2018 3:31 pm
Forum: Bug Reports
Topic: Libogc package installs includes to /home/davem/...
Replies: 3
Views: 6840

Re: Libogc package installs includes to /home/davem/...

I've solved part of the issue by copying everything from

Code: Select all

/home/davem/projects/devkitpro/pacman-packages/ogc/libogc/src/include
to

Code: Select all

/opt/devkitpro/libogc/include
My project now compiles without issue.
by eleriaqueen
Wed May 16, 2018 12:23 pm
Forum: Bug Reports
Topic: Libogc package installs includes to /home/davem/...
Replies: 3
Views: 6840

Libogc package installs includes to /home/davem/...

Here's a screenshot highlighting the issue.
Screenshot from 2018-05-16 13-16-39.png
(74.23 KiB) Not downloaded yet
by eleriaqueen
Sat Mar 10, 2018 9:38 pm
Forum: Gamecube/Wii Development
Topic: Thanks for GC/Wii support, I made a thing... ^_ ^
Replies: 3
Views: 11890

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, thank...