vdp, add handling of external buffers for fast renderer

This commit is contained in:
kub 2020-12-12 14:36:54 +01:00
parent 7e382f5403
commit 207e5ba0ee
3 changed files with 17 additions and 6 deletions

View file

@ -674,6 +674,7 @@ extern int DrawLineDestIncrement;
extern unsigned int VdpSATCache[128];
// draw2.c
void PicoDraw2SetOutBuf(void *dest);
void PicoDraw2Init(void);
PICO_INTERNAL void PicoFrameFull();