Search found 6 matches

by Tantric
Tue Jul 21, 2020 11:21 pm
Forum: Gamecube/Wii Development
Topic: Need some advice compiling with libfreetype
Replies: 6
Views: 11531

Re: Need some advice compiling with libfreetype

I haven't compiled this thing in eons. I dusted off my cross-compiling environment and compiled 2.9.1, and linked against that, and found the exact same wiiuse crash as soon as you connect the wiimote.

So...there's something about 2.9 that doesn't work for us. :cry:
by Tantric
Fri Jul 17, 2020 8:27 pm
Forum: Gamecube/Wii Development
Topic: Need some advice compiling with libfreetype
Replies: 6
Views: 11531

Re: Need some advice compiling with libfreetype

This has been a long-standing issue ever since the latest portlib build of libfreetype was posted. With your freetype build, this issue happens. I never tracked it down, other than that if I use an older freetype or my own compile of freetype, everything works fine. If i use the portlib one, I get t...
by Tantric
Thu Mar 15, 2012 4:10 pm
Forum: Gamecube/Wii Development
Topic: DVD support broken on Gamecube
Replies: 3
Views: 11361

Re: DVD support broken on Gamecube

The DVD handling code in Snes9x GX here - http://code.google.com/p/snes9x-gx/source/browse/tags/4.1.1/source/ngc/dvd.cpp Was removed, and replaced by calls to the existing libogc GC DVD code here - http://devkitpro.svn.sourceforge.net/viewvc/devkitpro/trunk/libogc/libogc/dvd.c?view=markup&pathre...
by Tantric
Wed Aug 25, 2010 3:31 am
Forum: Gamecube/Wii Development
Topic: DI_Eject(); Not Working
Replies: 4
Views: 5928

Re: DI_Eject(); Not Working

You also should call DI_Init() as the first thing in your main.
by Tantric
Fri Feb 26, 2010 10:59 pm
Forum: Gamecube/Wii Development
Topic: what about USB_DeviceInsertNotifyAsync ?
Replies: 5
Views: 7768

Re: what about USB_DeviceInsertNotifyAsync ?

Use .isInserted(), that's what it's there for. See Snes9x GX for an example of usage.
by Tantric
Fri Feb 26, 2010 10:58 pm
Forum: libfat
Topic: Memory leak in libfat
Replies: 2
Views: 13211

Re: Memory leak in libfat

Your "memory leak" is caused by incorrect usage of fatUnmount - that line should read fatUnmount("sd:");