minor drawing code cleanup
[picodrive.git] / pico / pico.h
index 667b6c2..4a99ef5 100644 (file)
@@ -171,7 +171,7 @@ typedef enum
        PDF_RGB555,      // RGB/BGR output, depends on compile options\r
        PDF_8BIT,        // 8-bit out (handles shadow/hilight mode, sonic water)\r
 } pdso_t;\r
-void PicoDrawSetOutFormat(pdso_t which, int allow_32x);\r
+void PicoDrawSetOutFormat(pdso_t which, int use_32x_line_mode);\r
 void PicoDrawSetOutBuf(void *dest, int increment);\r
 void PicoDrawSetCallbacks(int (*begin)(unsigned int num), int (*end)(unsigned int num));\r
 extern void *DrawLineDest;\r
@@ -216,9 +216,6 @@ extern void (*PicoPrepareCram)();    // prepares PicoCramHigh for renderer to us
 \r
 void Pico32xSetClocks(int msh2_hz, int ssh2_hz);\r
 \r
-// 32x/draw.c\r
-void PicoDraw32xSetFrameMode(int is_on, int only_32x);\r
-\r
 #else\r
 \r
 #define Pico32xSetClocks(msh2_khz, ssh2_khz)\r