I am trying to code an HW blitting .. and first thing i figure is that it hang on the very first line ...
CODE
while(gRegGP2X2DEng->blitter.BltRunBusy);
That is when I try to wait to see if its already in use. It also hang the telnet session!! i have to unplug and reboot the gp2x and replug.
Is there any thing i need to do before using the HW blitter ? I already Activate the GraphicProcessor & FastIO registry bits. (0x0C00 0904) & (0x0C00 090A)
Alain
CODE
while(gRegGP2X2DEng->blitter.BltRunBusy);
That is when I try to wait to see if its already in use. It also hang the telnet session!! i have to unplug and reboot the gp2x and replug.
Is there any thing i need to do before using the HW blitter ? I already Activate the GraphicProcessor & FastIO registry bits. (0x0C00 0904) & (0x0C00 090A)
Alain