From 9fed70ee51604f4bdf49dfebad4658c5cc2bfdd1 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 8 Nov 2015 18:38:33 -0800 Subject: ROM is now run after being selected in menu. Initial path for menu is read from config file. --- render.h | 1 + 1 file changed, 1 insertion(+) (limited to 'render.h') diff --git a/render.h b/render.h index cdae018..e923c15 100644 --- a/render.h +++ b/render.h @@ -35,6 +35,7 @@ typedef struct { uint32_t render_map_color(uint8_t r, uint8_t g, uint8_t b); void render_alloc_surfaces(vdp_context * context); void render_init(int width, int height, char * title, uint32_t fps, uint8_t fullscreen); +void render_update_caption(char *title); void render_context(vdp_context * context); void render_wait_quit(vdp_context * context); void render_wait_psg(psg_context * context); -- cgit v1.2.3