Search found 6 matches

by Quipeace
Tue Jan 12, 2010 1:52 pm
Forum: libfat
Topic: [SOLVED]Current directory name
Replies: 2
Views: 12456

Re: Current directory name

Thank you very much, I appreciate it :), I'll try it as soon as I get home.

EDIT: Works perfectly :)
by Quipeace
Mon Jan 11, 2010 9:13 pm
Forum: libfat
Topic: [SOLVED]Current directory name
Replies: 2
Views: 12456

[SOLVED]Current directory name

Hey, I'm creating a simple terminal like file browser and until now I've been tracking the current directory name by hand, however, running "cd .." would result in a "current directory" called "/dir/.." instead of "/". So I was wondering, how would I get the c...
by Quipeace
Thu Jan 07, 2010 8:50 pm
Forum: DS/DSi Development
Topic: Shortening my background loading functions? [PART. SOLVED]
Replies: 0
Views: 2521

Shortening my background loading functions? [PART. SOLVED]

Hey all, I've finally managed to load some simple backgrounds,and thought it be useful to create a simple function so I don't have to go trough the same stuff every time. This is what i've got now: void Load8bitBg(bool screen, int Bg, const u8 img[], const u8 pal[], u32 img_s, u32 pal_s) { dmaCopy(i...
by Quipeace
Mon Dec 28, 2009 6:37 pm
Forum: DS/DSi Development
Topic: Magnifying glass effect
Replies: 7
Views: 7730

Re: Magnifying glass effect

Hey, Now the magnifying stuff is working pretty well (although I can't find the integer scaling stuff you were talking about). However I ran into a minor problem. What I'm trying to achieve is a perfect copy of the pixels on the bottom screen. However, what I've got now does not grab the text printe...
by Quipeace
Sun Dec 27, 2009 10:08 pm
Forum: DS/DSi Development
Topic: Magnifying glass effect
Replies: 7
Views: 7730

Re: Magnifying glass effect

Well, believe it or not, it worked :lol:, I've now got a 1 to 1 copy of the bottom screen on the top screen. actually zooming in shouldn't be too hard :), just copy a single pixel to four pixels on the top screen :)
by Quipeace
Sun Dec 27, 2009 9:49 pm
Forum: DS/DSi Development
Topic: Magnifying glass effect
Replies: 7
Views: 7730

Magnifying glass effect

Hey all, First of all, it's my first post here and I just started using libnds after playing around with PAlib. (PAlib is nice, but I like challenges). I've done little more than playing around with the framebuffer and 16bit backgrounds, but I don't mind looking things up so you don't have to treat ...