mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
vdp, test code for 8 bit fast renderer
This commit is contained in:
parent
bebe75ddc8
commit
627648e408
3 changed files with 112 additions and 53 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue