Mercurial > repos > blastem
diff render.h @ 2686:05915f01046d
WIP attempt to move VDP rendering to a separate thread
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 31 Mar 2025 21:02:17 -0700 |
parents | da2e06c42d16 |
children |
line wrap: on
line diff
--- a/render.h Sun Mar 30 00:06:53 2025 -0700 +++ b/render.h Mon Mar 31 21:02:17 2025 -0700 @@ -154,6 +154,7 @@ int render_ui_to_pixels_x(int ui); int render_ui_to_pixels_y(int ui); char *render_read_clipboard(void); +uint8_t render_is_threaded_video(void); #ifndef IS_LIB uint8_t render_create_thread(render_thread *thread, const char *name, render_thread_fun fun, void *data); uint8_t render_static_image(uint8_t window, uint8_t *buffer, uint32_t size);