Hi all,
Was reading squidgesnes_0.37mmu source code. Just thought id post a thread here so people can read my comments and maybe see if they help improve?
Math improvements:
void drawRect (unsigned short *vram, int x, int y, int w, int h)
{
for (int y1 = y; y1 < y+h; y1 ++)
for (int x1...