libnds - bug? with bgInitSub_call's bgRotate call
Posted: Tue Nov 17, 2009 7:21 am
I'm thinking line 192 of libnds-1.3.8/source/arm9/background.c should be
bgRotate(layer + 4, 0);
instead of
bgRotate(layer, 0);
Incidentally, the reason I'm in this code is because I think that in order to avoid some brief flicker, I need a version of bgInit which does not default to showing (as opposed to hiding) the background.
-dmc
bgRotate(layer + 4, 0);
instead of
bgRotate(layer, 0);
Incidentally, the reason I'm in this code is because I think that in order to avoid some brief flicker, I need a version of bgInit which does not default to showing (as opposed to hiding) the background.
-dmc