vdp, test code for 8 bit fast renderer

This commit is contained in:
kub 2020-09-18 00:02:45 +02:00
parent bebe75ddc8
commit 627648e408
3 changed files with 112 additions and 53 deletions

View file

@ -330,7 +330,7 @@ void PicoDrawSetOutFormat32x(pdso_t which, int use_32x_line_mode)
} else {
// use the same layout as alt renderer
PicoDrawSetInternalBuf(NULL, 0);
PicoDrawSetOutBufMD(Pico.est.Draw2FB + 8, 328);
PicoDrawSetOutBufMD(Pico.est.Draw2FB, 328);
}
if (use_32x_line_mode)