X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico.h;h=0422dfd9a5da034100cd3c1c765b02eacb6fd1b4;hb=989ba52a01409e2d2967e17b2ecb2193cf85e88d;hp=667b6c2548df10e5e1c762cd9d8fcae76a2b8bed;hpb=ed4402a7dfd12dbbf34c547b438a671ae8114197;p=picodrive.git diff --git a/pico/pico.h b/pico/pico.h index 667b6c2..0422dfd 100644 --- a/pico/pico.h +++ b/pico/pico.h @@ -12,9 +12,6 @@ #include // size_t -// port-specific compile-time settings -#include - #ifdef __cplusplus extern "C" { #endif @@ -171,7 +168,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 +213,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)