Sorry, but is it possible to draw shapes only with gfxGetFramebuffer and memcpy?
I used to be able to use this module, but after updating devkitpro, it is no longer available.
void SelectFrame(u8* pFrame) {
if (pFrame) {
pDispBuffer = pFrame;
}
}
void SetClipping(int x1, int y1...