diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-03-04 11:50:14 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-03-04 11:50:14 -0800 |
commit | 2eb32065b23a5cd90a6ae8908ae8a8ff24a4f209 (patch) | |
tree | f0afa5091944f9b2170428b77b7e65abc203ada2 /render.h | |
parent | b933af364fff4b627930ccfb176332240f391d8e (diff) |
Implement raw screenshot functionality requested in ticket:10
Diffstat (limited to 'render.h')
-rw-r--r-- | render.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ typedef enum { #define RENDER_NOT_PLUGGED_IN -3 uint32_t render_map_color(uint8_t r, uint8_t g, uint8_t b); +void render_save_screenshot(char *path); uint32_t *render_get_framebuffer(uint8_t which, int *pitch); void render_framebuffer_updated(uint8_t which, int width); void render_init(int width, int height, char * title, uint8_t fullscreen); |