Search found 15 matches

by DacoTaco
Sun Dec 31, 2023 12:26 pm
Forum: Gamecube/Wii Development
Topic: Beginner Setup
Replies: 6
Views: 1821

Re: Begginner Setup

When i get more experienced, i would like to also help others. Now here is error your makefile in template for wii gives from devkitpro/examples/template/wii. (Some time later i got on pc and then i finish message): Surprisingly it works but it gotta in specific folder i tried to just use the singl...
by DacoTaco
Wed Dec 27, 2023 9:11 pm
Forum: Gamecube/Wii Development
Topic: How to use wiimote's Power button?
Replies: 3
Views: 1227

Re: How to use wiimote's Power button?

Hi, the wii's front buttons (power & reset) are controlled through callbacks. you can register your callback for the wii's front buttons using this code STM_RegisterEventHandler an example can be found here : https://github.com/DacoTaco/priiloader/blob/master/src/priiloader/source/Input.cpp#L144...
by DacoTaco
Wed Dec 27, 2023 11:54 am
Forum: Gamecube/Wii Development
Topic: Beginner Setup
Replies: 6
Views: 1821

Re: Beginner Setup

Thank you. I dont have much experience with Makefile as i have with Gradle on android so i blindly pasted your makefile and it errors too(i will post once i get on pc today). Then i pasted from gpt and sometimes it worked, and that working makefile not sure if i have but if i find and works, i past...
by DacoTaco
Wed Dec 27, 2023 10:28 am
Forum: Gamecube/Wii Development
Topic: Beginner Setup
Replies: 6
Views: 1821

Re: Beginner Setup

Hi! thanks for reaching out to use. thanks for being so detailed on the issue, and providing your makefile & error log. From what you posted, your makefile seems to contain some issues. this is why we generally tell people to use our template Makefile to make it easier for them as it includes al...
by DacoTaco
Thu Jun 16, 2022 8:12 pm
Forum: Gamecube/Wii Development
Topic: Need help fixing some errors.
Replies: 3
Views: 4704

Re: Need help fixing some errors.

most common error could be when moving the source after or between builds.
then do a clean build.
if not, i assume something is wrong with the makefile somehow.
do you mind sharing the makefile?
by DacoTaco
Sun Apr 12, 2020 3:02 pm
Forum: Gamecube/Wii Development
Topic: Gamecube Samples run at 50 FPS on Dolphin
Replies: 1
Views: 7723

Re: Gamecube Samples run at 50 FPS on Dolphin

there could be few things going on here i believe. could you go into the dolphin settings and enable PAL60 ( its under wii settings ) , maybe it has influence on the video mode for gamecube stuff too. i'd also suggest looking into what video mode was detected, this can be checked by looking at what ...
by DacoTaco
Thu Feb 07, 2019 9:50 pm
Forum: Gamecube/Wii Development
Topic: Hyperkin Procube controller libogc
Replies: 3
Views: 11558

Re: Hyperkin Procube controller libogc

if the home button works then i guess that wpad/wiiuse detects the controller in some way.

couldn't the standard wiimote input example show you what button presses it detected?
i haven't looked at the wiiuse code yet, so idk how it looks though...
by DacoTaco
Fri Sep 14, 2018 9:01 pm
Forum: Gamecube/Wii Development
Topic: Can't compile Gecko OS on latest dkP
Replies: 3
Views: 9770

Re: Can't compile Gecko OS on latest dkP

So, ive gotten it to compile you'll need to install ppc-libpng & ppc-zlib via https://devkitpro.org/wiki/devkitPro_pacman does it work? probably not. what you'd need to do next is look at all the warnings youre going to get many of them are leftovers from very old code and variables being a diff...
by DacoTaco
Fri Nov 05, 2010 7:48 pm
Forum: Gamecube/Wii Development
Topic: ISFS_CreateFile owner/groupid issue
Replies: 7
Views: 11398

Re: ISFS_CreateFile owner/groupid issue

/me facepalms

seems like this isn't getting anywhere.

the code , eventho ran using ahbprot , --used to create the files as 0-- .
i know its more logical to use the hbc id's as its run from hbc etc etc but suddenly it isn't anymore :-/
by DacoTaco
Thu Nov 04, 2010 9:19 pm
Forum: Gamecube/Wii Development
Topic: ISFS_CreateFile owner/groupid issue
Replies: 7
Views: 11398

Re: ISFS_CreateFile owner/groupid issue

cause i dont want to know/find out what system menu will think when files are created with such owner/group id @tueidj : dude, again ; IT USED TO WRITE WITH THE SAME CODE AS 0 OWNERID/GROUPID. both if i used ahbprot (no_ios_reload) or if i reloaded to an ios that had nand permissions. are you saying...