X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico.h;fp=pico%2Fpico.h;h=4a99ef57ef205d5a6446edf5ae66d5fb5fe16944;hb=41946d7023cded9999495eb8916eeb5ab0480a1f;hp=667b6c2548df10e5e1c762cd9d8fcae76a2b8bed;hpb=19886062f1a36f70b1f01d58f3fa1b79162defac;p=picodrive.git diff --git a/pico/pico.h b/pico/pico.h index 667b6c2..4a99ef5 100644 --- a/pico/pico.h +++ b/pico/pico.h @@ -171,7 +171,7 @@ typedef enum PDF_RGB555, // RGB/BGR output, depends on compile options PDF_8BIT, // 8-bit out (handles shadow/hilight mode, sonic water) } pdso_t; -void PicoDrawSetOutFormat(pdso_t which, int allow_32x); +void PicoDrawSetOutFormat(pdso_t which, int use_32x_line_mode); void PicoDrawSetOutBuf(void *dest, int increment); void PicoDrawSetCallbacks(int (*begin)(unsigned int num), int (*end)(unsigned int num)); extern void *DrawLineDest; @@ -216,9 +216,6 @@ extern void (*PicoPrepareCram)(); // prepares PicoCramHigh for renderer to us void Pico32xSetClocks(int msh2_hz, int ssh2_hz); -// 32x/draw.c -void PicoDraw32xSetFrameMode(int is_on, int only_32x); - #else #define Pico32xSetClocks(msh2_khz, ssh2_khz)