Thank you very much, I appreciate it , I'll try it as soon as I get home.
EDIT: Works perfectly
Search found 6 matches
- Tue Jan 12, 2010 1:52 pm
- Forum: libfat
- Topic: [SOLVED]Current directory name
- Replies: 2
- Views: 14447
- Mon Jan 11, 2010 9:13 pm
- Forum: libfat
- Topic: [SOLVED]Current directory name
- Replies: 2
- Views: 14447
[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 current directory name? (similar to ...
- Thu Jan 07, 2010 8:50 pm
- Forum: DS/DSi Development
- Topic: Shortening my background loading functions? [PART. SOLVED]
- Replies: 0
- Views: 2757
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 ...
- Mon Dec 28, 2009 6:37 pm
- Forum: DS/DSi Development
- Topic: Magnifying glass effect
- Replies: 7
- Views: 8604
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 ...
- Sun Dec 27, 2009 10:08 pm
- Forum: DS/DSi Development
- Topic: Magnifying glass effect
- Replies: 7
- Views: 8604
Re: Magnifying glass effect
Well, believe it or not, it worked , 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
- Sun Dec 27, 2009 9:49 pm
- Forum: DS/DSi Development
- Topic: Magnifying glass effect
- Replies: 7
- Views: 8604
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 ...