Search found 28 matches

by HudsonBr
Fri Jun 04, 2021 4:11 pm
Forum: Off Topic
Topic: NGC to HDMI
Replies: 1
Views: 12795

NGC to HDMI

Hello,
I am using a HDMI converter(link bellow) for use the NGC in my monitor. The quality of the image is so bad. What do you use ?

link:
https://www.amazon.de/gp/product/B08FSQ ... UTF8&psc=1

Thanks in advance.
by HudsonBr
Fri Jun 04, 2021 3:50 pm
Forum: libfat
Topic: Libfat and datel sd media launcher
Replies: 0
Views: 12944

Libfat and datel sd media launcher

Hello, For load my codes to test in real hardware, I am using Datel SD media launcher. when i use the libfat, the .dol file loads and the screen stops in black, if i remove the SD loader the .dol continues to run. Seems the libfat is trying to read from the 2 slots of memory card. There is any setup...
by HudsonBr
Thu May 27, 2021 4:02 pm
Forum: Gamecube/Wii Development
Topic: Thread support on GameCube <gccore.h>
Replies: 2
Views: 6998

Re: Thread support on GameCube <gccore.h>

WinterMute wrote: Thu May 27, 2021 2:33 pm Sorry, std::thread is not currently supported on gamecube. In the meantime you can use the lwp threads api in libogc. See for instance https://github.com/devkitPro/gamecube-e ... .c#L38-L43
I will try that, thanks for the help.
by HudsonBr
Thu May 27, 2021 4:02 pm
Forum: Off Topic
Topic: Mac os installer compatibility
Replies: 2
Views: 6719

Re: Mac os installer compatibility

WinterMute wrote: Mon May 24, 2021 10:12 pm Yes. It works fine.
Thanks for the help.
by HudsonBr
Sat May 22, 2021 8:50 pm
Forum: Off Topic
Topic: Mac os installer compatibility
Replies: 2
Views: 6719

Mac os installer compatibility

Hi,
I wonder if the mac installer works with the new M1 chips?
Thanks in advance.
by HudsonBr
Fri May 14, 2021 1:03 am
Forum: Gamecube/Wii Development
Topic: Thread support on GameCube <gccore.h>
Replies: 2
Views: 6998

Thread support on GameCube <gccore.h>

Hi, I am trying to play the sound FX in a separated thread and the game freeze in the thread call. i am including <thread> and using in this way std::thread first(play); where play is a function void play() { MP3Player_PlayBuffer(beep_mp3, beep_mp3_size, NULL); } Any tips ? Thanks in advance, Hudson...
by HudsonBr
Sun May 09, 2021 10:17 pm
Forum: devkitPPC
Topic: How to install libvorbisidec Windows
Replies: 2
Views: 7850

Re: How to install libvorbisidec Windows

Thanks for the help.
by HudsonBr
Thu May 06, 2021 8:27 pm
Forum: devkitPPC
Topic: How to install libvorbisidec Windows
Replies: 2
Views: 7850

How to install libvorbisidec Windows

Hi;
i am getting this error message, when try to use ogg player for game cube

Please install libvorbisidec using (dkp-)pacman -S ppc-libvorbisidec

Thanks in advance