notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bded848
)
sms, fix 8bit fast renderer
author
kub
<derkub@gmail.com>
Wed, 20 Jan 2021 19:52:36 +0000
(20:52 +0100)
committer
kub
<derkub@gmail.com>
Wed, 20 Jan 2021 19:55:12 +0000
(20:55 +0100)
pico/draw.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/draw.c
b/pico/draw.c
index
ce4fe1c
..
403da0f
100644
(file)
--- a/
pico/draw.c
+++ b/
pico/draw.c
@@
-2017,6
+2017,7
@@
void PicoDrawSetOutBufMD(void *dest, int increment)
// kludge for no-copy mode, using ALT_RENDERER layout
\r
PicoDrawSetInternalBuf(dest, increment);
\r
} else if (FinalizeLine == NULL) {
\r
+ PicoDrawSetInternalBuf(dest, increment); // needed for Mode4
\r
PicoDraw2SetOutBuf(dest, increment);
\r
} else if (dest != NULL) {
\r
DrawLineDestBase = dest;
\r