comparison render_sdl.c @ 2405:b50fa7602e39

Fix libblastem target
author Michael Pavone <pavone@retrodev.com>
date Tue, 02 Jan 2024 18:23:15 -0800
parents 6f8400ce7a0f
children da3dc881d3f0
comparison
equal deleted inserted replaced
2404:6f8400ce7a0f 2405:b50fa7602e39
273 int render_height() 273 int render_height()
274 { 274 {
275 return main_height; 275 return main_height;
276 } 276 }
277 277
278 uint8_t render_fullscreen() 278 uint8_t render_fullscreen(void)
279 { 279 {
280 return is_fullscreen; 280 return is_fullscreen;
281 } 281 }
282 282
283 uint32_t render_map_color(uint8_t r, uint8_t g, uint8_t b) 283 uint32_t render_map_color(uint8_t r, uint8_t g, uint8_t b)