#118024 - Primetime00 - Fri Feb 09, 2007 4:35 am
Anyone have libFB working for the new toolchain and libnds?
I'm just trying to draw a rectangle.
Seems to work fine in the emulator, but two blank screens on the DS.
Thanks
-RYan
I'm just trying to draw a rectangle.
Seems to work fine in the emulator, but two blank screens on the DS.
Code: |
powerON(POWER_ALL_2D); irqSet(IRQ_VBLANK, 0); irqEnable(IRQ_VBLANK); fb_init(); fb_drawRect(6, 6, 60, 60, RGB15(31,31,31)); swiWaitForVBlank(); fb_swapBuffers(); while(1) { swiWaitForVBlank(); } |
Thanks
-RYan