giz menu works
[picodrive.git] / Pico / Pico.h
index 0ec74a8..6adb7f5 100644 (file)
@@ -118,6 +118,7 @@ void *blockcpy(void *dst, const void *src, size_t n);
 \r
 // Draw2.c\r
 // stuff below is optional\r
+extern unsigned char  *PicoDraw2FB;  // buffer for fasr renderer in format (8+320)x(8+224+8) (eights for borders)\r
 extern unsigned short *PicoCramHigh; // pointer to CRAM buff (0x40 shorts), converted to native device color (works only with 16bit for now)\r
 extern void (*PicoPrepareCram)();    // prepares PicoCramHigh for renderer to use\r
 \r