Search found 3 matches

by JoshuaBehrens
Fri Aug 10, 2012 12:48 pm
Forum: devkitPPC
Topic: Request for Programmers Notepad
Replies: 4
Views: 11084

Re: Request for Programmers Notepad

I can recommand Code::Blocks for this, too. Just add some commands to the tools and you have your "make", "run" etc.
by JoshuaBehrens
Fri Aug 10, 2012 12:31 am
Forum: DS/DSi Development
Topic: How to initialize VRAM and BGs for GL2D right
Replies: 3
Views: 6300

Re: How to initialize VRAM and BGs for GL2D right

I copied some lines out of an example. So this is my "memory setup":

Code: Select all

videoSetMode(MODE_0_3D);
vramSetBankA(VRAM_A_TEXTURE);
I can image it's not enough. What do I need?
by JoshuaBehrens
Thu Aug 09, 2012 12:01 pm
Forum: DS/DSi Development
Topic: How to initialize VRAM and BGs for GL2D right
Replies: 3
Views: 6300

How to initialize VRAM and BGs for GL2D right

I'm new to nds-programming, so this might be somewhere solved, but I didn't find it already. I didn't understand the way the VRAM works especially how to set the banks right. For drawing I'm using the GL2D-Calls. Therefore I'm not loading the images into oam, am I? I found two interesting sites: htt...