Search found 1828 matches

by WinterMute
Tue Sep 01, 2009 2:11 am
Forum: Suggestions and Feedback
Topic: Palette macros
Replies: 3
Views: 5721

Re: Palette macros

No, suggestions is fine. Just been a lot going on lately - moving house, DSi hacking, devkitPPC related things ...

Fair point, some things are a little inconsistent here & there. If you find anything more like that do feel free to point them out. We do get around to these things eventually.
by WinterMute
Wed Aug 26, 2009 2:37 am
Forum: devkitARM
Topic: osx 10.6 build
Replies: 1
Views: 2927

Re: osx 10.6 build

Should work fine in 10.6 - it's a 10.4 universal build.
by WinterMute
Sat Aug 22, 2009 12:27 pm
Forum: Suggestions and Feedback
Topic: homebrewmenu as library
Replies: 5
Views: 7482

Re: homebrewmenu as library

Actually, yes, one of the planned improvements to the default core is a method to run custom arm7 code from the arm7. The code currently in svn was written quite some time ago and has mostly just been updated to build and work with the latest tools. I'm still a bit busy with DSi related things but I...
by WinterMute
Fri Aug 21, 2009 2:58 pm
Forum: Suggestions and Feedback
Topic: homebrewmenu as library
Replies: 5
Views: 7482

Re: homebrewmenu as library

Considering that the sole reason for executing another nds file is to create a launcher menu it's difficult to see any reason to provide the functionality as a library. The Homebrew Menu was open sourced under the GPL to allow others to contribute to making a better and hopefully universal menu rath...
by WinterMute
Mon Aug 10, 2009 12:06 am
Forum: Bug Reports
Topic: libnds: time() value
Replies: 1
Views: 3929

Re: libnds: time() value

The DS doesn't store a timezone so right now the libnds/newlib code works as if the time set in the RTC was UTC. This gives the discrepancy of ~7 hours since you're in GMT - 8 ( +1 for daylight savings time )
by WinterMute
Tue Aug 04, 2009 12:12 am
Forum: devkitARM
Topic: problem setting up ide in visual c++
Replies: 6
Views: 7291

Re: problem setting up ide in visual c++

You can't put projects in a path with spaces, try pokesav_ds instead
by WinterMute
Tue Aug 04, 2009 12:08 am
Forum: DS/DSi Development
Topic: fopen() freezes the DS while concurrent access to the card
Replies: 6
Views: 9290

Re: fopen() freezes the DS while concurrent access to the card

@WinterMute, maybe he meant threading more like this , where you said that libfat is thread safe. Yeah but libfat is only thread safe in a threaded environment like cube/wii. Currently devkitARM does not support threading and there aren't really any current plans to change that. @LeF, ASlib uses th...
by WinterMute
Sun Aug 02, 2009 11:47 pm
Forum: DS/DSi Development
Topic: fopen() freezes the DS while concurrent access to the card
Replies: 6
Views: 9290

Re: fopen() freezes the DS while concurrent access to the card

devkitARM does not support threading on the DS.

ASLib is an unsupported 3rd party library.
by WinterMute
Sun Jul 26, 2009 10:19 pm
Forum: libfat
Topic: Thread safety
Replies: 3
Views: 5255

Re: Thread safety

Lack of a reply generally means nobody has got around to replying yet.

libfat is thread safe, yes.
by WinterMute
Sat Jul 25, 2009 11:32 pm
Forum: devkitPPC
Topic: Compile problem - libm.a & libc.a on Kubuntu 8.10 [wii, PPC]
Replies: 2
Views: 4457

Re: Compile problem - libm.a & libc.a on Kubuntu 8.10 [wii, PPC]

Actually you'll find it kind of difficult to build anything significant without using code from libc & libm. Your main problem is that wii SDL should not be installed in /usr - this is likely to cause issues with your machine. The second problem you have is that SDL is set up to override main bu...