mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
sms, fix 8bit fast renderer
This commit is contained in:
parent
bded848ccf
commit
1e4663e1c8
1 changed files with 1 additions and 0 deletions
|
@ -2017,6 +2017,7 @@ void PicoDrawSetOutBufMD(void *dest, int increment)
|
||||||
// kludge for no-copy mode, using ALT_RENDERER layout
|
// kludge for no-copy mode, using ALT_RENDERER layout
|
||||||
PicoDrawSetInternalBuf(dest, increment);
|
PicoDrawSetInternalBuf(dest, increment);
|
||||||
} else if (FinalizeLine == NULL) {
|
} else if (FinalizeLine == NULL) {
|
||||||
|
PicoDrawSetInternalBuf(dest, increment); // needed for Mode4
|
||||||
PicoDraw2SetOutBuf(dest, increment);
|
PicoDraw2SetOutBuf(dest, increment);
|
||||||
} else if (dest != NULL) {
|
} else if (dest != NULL) {
|
||||||
DrawLineDestBase = dest;
|
DrawLineDestBase = dest;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue