psp gfx scaling/etc stuff
[picodrive.git] / platform / win32 / GenaDrive / port_config.h
CommitLineData
cc68a136 1// port specific settings\r
2\r
3#ifndef PORT_CONFIG_H\r
4#define PORT_CONFIG_H\r
5\r
cc68a136 6// draw2.c\r
7#define START_ROW 0 // which row of tiles to start rendering at?\r
8#define END_ROW 28 // ..end\r
9\r
10// pico.c\r
11#define CAN_HANDLE_240_LINES 0\r
12\r
13#ifdef __cplusplus\r
14extern "C" {\r
15#endif\r
16\r
17// common debug\r
18int dprintf (char *format, ...);\r
19int dprintf2(char *format, ...);\r
20\r
21#ifdef __cplusplus\r
22} // End of extern "C"\r
23#endif\r
24\r
25#endif //PORT_CONFIG_H\r