comparison render.h @ 1102:c15896605bf2

Clean up symbol visiblity and delete a ltitle bit of dead code
author Michael Pavone <pavone@retrodev.com>
date Mon, 28 Nov 2016 22:45:46 -0800
parents 1a66d5165ea7
children 22e87b739ad6
comparison
equal deleted inserted replaced
1101:e2d345e351b5 1102:c15896605bf2
60 uint32_t render_map_color(uint8_t r, uint8_t g, uint8_t b); 60 uint32_t render_map_color(uint8_t r, uint8_t g, uint8_t b);
61 uint32_t *render_get_framebuffer(uint8_t which, int *pitch); 61 uint32_t *render_get_framebuffer(uint8_t which, int *pitch);
62 void render_framebuffer_updated(uint8_t which, int width); 62 void render_framebuffer_updated(uint8_t which, int width);
63 void render_init(int width, int height, char * title, uint32_t fps, uint8_t fullscreen); 63 void render_init(int width, int height, char * title, uint32_t fps, uint8_t fullscreen);
64 void render_update_caption(char *title); 64 void render_update_caption(char *title);
65 void render_context(vdp_context * context);
66 void render_wait_quit(vdp_context * context); 65 void render_wait_quit(vdp_context * context);
67 void render_wait_psg(psg_context * context); 66 void render_wait_psg(psg_context * context);
68 void render_wait_ym(ym2612_context * context); 67 void render_wait_ym(ym2612_context * context);
69 int wait_render_frame(vdp_context * context, int frame_limit);
70 void render_fps(uint32_t fps);
71 uint32_t render_audio_buffer(); 68 uint32_t render_audio_buffer();
72 uint32_t render_sample_rate(); 69 uint32_t render_sample_rate();
73 void render_debug_mode(uint8_t mode);
74 void render_debug_pal(uint8_t pal);
75 void process_events(); 70 void process_events();
76 int render_width(); 71 int render_width();
77 int render_height(); 72 int render_height();
78 int render_fullscreen(); 73 int render_fullscreen();
79 void process_events(); 74 void process_events();