comparison render.h @ 874:b6842dfb8edf

ROM is now run after being selected in menu. Initial path for menu is read from config file.
author Michael Pavone <pavone@retrodev.com>
date Sun, 08 Nov 2015 18:38:33 -0800
parents 724bbec47f86
children 252dfd29831d
comparison
equal deleted inserted replaced
873:91bf4d905eba 874:b6842dfb8edf
33 } surface_info; 33 } surface_info;
34 34
35 uint32_t render_map_color(uint8_t r, uint8_t g, uint8_t b); 35 uint32_t render_map_color(uint8_t r, uint8_t g, uint8_t b);
36 void render_alloc_surfaces(vdp_context * context); 36 void render_alloc_surfaces(vdp_context * context);
37 void render_init(int width, int height, char * title, uint32_t fps, uint8_t fullscreen); 37 void render_init(int width, int height, char * title, uint32_t fps, uint8_t fullscreen);
38 void render_update_caption(char *title);
38 void render_context(vdp_context * context); 39 void render_context(vdp_context * context);
39 void render_wait_quit(vdp_context * context); 40 void render_wait_quit(vdp_context * context);
40 void render_wait_psg(psg_context * context); 41 void render_wait_psg(psg_context * context);
41 void render_wait_ym(ym2612_context * context); 42 void render_wait_ym(ym2612_context * context);
42 int wait_render_frame(vdp_context * context, int frame_limit); 43 int wait_render_frame(vdp_context * context, int frame_limit);