X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2FPico.h;h=6adb7f557a4902df78202f232a0b49048bc1e01f;hb=e5f426aa2e86d56357b8af2795e73cc0c9b17e8f;hp=0ec74a887e199310160e4e5ea2ae0bfa8eae36fb;hpb=b39bf06ad7704b75ad9173bbc508e2abfd2ba954;p=picodrive.git diff --git a/Pico/Pico.h b/Pico/Pico.h index 0ec74a8..6adb7f5 100644 --- a/Pico/Pico.h +++ b/Pico/Pico.h @@ -118,6 +118,7 @@ void *blockcpy(void *dst, const void *src, size_t n); // Draw2.c // stuff below is optional +extern unsigned char *PicoDraw2FB; // buffer for fasr renderer in format (8+320)x(8+224+8) (eights for borders) extern unsigned short *PicoCramHigh; // pointer to CRAM buff (0x40 shorts), converted to native device color (works only with 16bit for now) extern void (*PicoPrepareCram)(); // prepares PicoCramHigh for renderer to use