mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
vdp, add handling of external buffers for fast renderer
This commit is contained in:
parent
7e382f5403
commit
207e5ba0ee
3 changed files with 17 additions and 6 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue