gpsp_libretro/raspberrypi/gles_video.h
2013-03-07 23:16:38 +02:00

5 lines
121 B
C

void video_init(uint32_t width,uint32_t height,uint32_t filter);
void video_close();
void video_draw(uint16_t *pixels);