mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-02-04 05:55:34 +01:00
5 lines
121 B
C
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);
|