comparison render.h @ 2404:6f8400ce7a0f

Fix reload of zipped and gzipped ROMS
author Michael Pavone <pavone@retrodev.com>
date Tue, 02 Jan 2024 18:14:28 -0800
parents a71176b9903d
children b50fa7602e39
comparison
equal deleted inserted replaced
2403:8171409b62ef 2404:6f8400ce7a0f
92 #define RENDER_AXIS_POS 0x10000000 92 #define RENDER_AXIS_POS 0x10000000
93 #define RENDER_INVALID_NAME -1 93 #define RENDER_INVALID_NAME -1
94 #define RENDER_NOT_MAPPED -2 94 #define RENDER_NOT_MAPPED -2
95 #define RENDER_NOT_PLUGGED_IN -3 95 #define RENDER_NOT_PLUGGED_IN -3
96 96
97 typedef void (*drop_handler)(const char *filename); 97 typedef void (*drop_handler)(char *filename);
98 typedef void (*window_close_handler)(uint8_t which); 98 typedef void (*window_close_handler)(uint8_t which);
99 typedef void (*ui_render_fun)(void); 99 typedef void (*ui_render_fun)(void);
100 typedef int (*render_thread_fun)(void*); 100 typedef int (*render_thread_fun)(void*);
101 101
102 uint32_t render_map_color(uint8_t r, uint8_t g, uint8_t b); 102 uint32_t render_map_color(uint8_t r, uint8_t g, uint8_t b);