Search found 358 matches

by elhobbs
Sat Feb 20, 2016 3:52 am
Forum: DS/DSi Development
Topic: Old Homebrew Project (NDS)
Replies: 4
Views: 19691

Re: Old Homebrew Project (NDS)

Palib is shunned for a reason. It requires old versions of devkitpro toolchains and libraries and the tend to mess with the libraries and break stuff. So you would need to ditch palib and replace that functionality using current toolchains and libraries. It sounds like a considerable amount of work....
by elhobbs
Thu Dec 24, 2015 9:59 pm
Forum: GBA Development
Topic: [beginner] - Compile error if i move the example folder
Replies: 4
Views: 13167

Re: [beginner] - Compile error if i move the example folder

crumpetz wrote:
elhobbs wrote:Did you try cleaning the project? make clean
I'm having the exact same problem as the OP and tried doing a "make clean" then "make". I replicated it for the screen shot. Any other ideas?
that example requires imagemagick installation
by elhobbs
Mon Dec 14, 2015 3:20 am
Forum: Announcements
Topic: devkitARM release 45
Replies: 2
Views: 36881

Re: devkitARM release 45

nice - a new release is always very exciting. thank you.
by elhobbs
Thu Nov 12, 2015 8:58 am
Forum: DS/DSi Development
Topic: Referencing sprites
Replies: 2
Views: 12643

Re: Referencing sprites

The makefile is using grit to generate this from the png file. After you compile you will have a man.h file.
by elhobbs
Mon Oct 19, 2015 5:42 pm
Forum: GBA Development
Topic: [beginner] - Compile error if i move the example folder
Replies: 4
Views: 13167

Re: [beginner] - Compile error if i move the example folder

Did you try cleaning the project? make clean
by elhobbs
Sat Aug 22, 2015 5:22 am
Forum: DS/DSi Development
Topic: few questions about NitroFS
Replies: 5
Views: 16650

Re: few questions about NitroFS

Some older libraries try to initialize irqs and use fifo registers directly breaking the newer libnds arm7/arm9 fifo implementation.
by elhobbs
Thu Jun 04, 2015 2:32 am
Forum: Announcements
Topic: WinterMute's Birthday Donation Drive.
Replies: 1
Views: 20764

Re: WinterMute's Birthday Donation Drive.

Happy birthday. Looking forward to the new release!
by elhobbs
Tue Apr 14, 2015 5:45 pm
Forum: DS/DSi Development
Topic: Help making animated sprite and background
Replies: 1
Views: 7266

Re: Help making animated sprite and background

Hello I'm totally new into this so sorry for any incovenience. I'm studying informatics engineering in first course and in a subject we were told to make a little game but they gave us very little information or tips (in fact we've seen nothing about C, just java in other subject). My idea was to m...
by elhobbs
Sun Apr 05, 2015 1:35 pm
Forum: 3DS Development
Topic: Getting last file modified time
Replies: 1
Views: 14063

Re: Getting last file modified time

Hi all, I need to know (and to update) the file modified time, is there a way with ctrulib? It does not look like this is currently possible with ctrulib. I do not see anything on 3dbrew showing this is possible either. If it is possible then no one had reversed it yet. I think there are some peopl...