Search found 4 matches

by Rüdiger
Sun Jul 19, 2020 3:47 pm
Forum: 3DS Development
Topic: Is it possible to play a wav file or something like that?
Replies: 1
Views: 7839

Is it possible to play a wav file or something like that?

I want so play a music file but dont know how
by Rüdiger
Sun Jul 19, 2020 1:02 pm
Forum: 3DS Development
Topic: How can I draw on both Screens with citro2d
Replies: 5
Views: 9568

Re: How can I draw on both Screens with citro2d

Is it possible to uninitialize the console, use it for citro2d and back on
by Rüdiger
Sun Jul 19, 2020 12:05 pm
Forum: 3DS Development
Topic: How can I draw on both Screens with citro2d
Replies: 5
Views: 9568

Re: How can I draw on both Screens with citro2d

Never mind I found the problem: consoleInit(GFX_BOTTOM, NULL); but idk why this was the problem This was the code #include <citro2d.h> #include <3ds.h> int main(int argc, char* argv[]) { gfxInitDefault(); C3D_Init(C3D_DEFAULT_CMDBUF_SIZE); C2D_Init(C2D_DEFAULT_MAX_OBJECTS); C2D_Prepare(); consoleIni...
by Rüdiger
Sun Jul 19, 2020 11:22 am
Forum: 3DS Development
Topic: How can I draw on both Screens with citro2d
Replies: 5
Views: 9568

How can I draw on both Screens with citro2d

I want to draw on both screens with citro2d but when I do the bottom screen is very buggy and picture gets duplicated and only the half get drawn.
The top screen works fine

Sorry for my bad english