comparison render.h @ 342:13f994c88c34

Get frame time correct and frame rate sort of correct for EUR region
author Mike Pavone <pavone@retrodev.com>
date Thu, 16 May 2013 09:37:53 -0700
parents 58a085cfc6bd
children 15dd6418fe67
comparison
equal deleted inserted replaced
341:6ad8e36de685 342:13f994c88c34
4 #include "vdp.h" 4 #include "vdp.h"
5 void render_init(int width, int height, char * title); 5 void render_init(int width, int height, char * title);
6 void render_context(vdp_context * context); 6 void render_context(vdp_context * context);
7 void render_wait_quit(vdp_context * context); 7 void render_wait_quit(vdp_context * context);
8 int wait_render_frame(vdp_context * context, int frame_limit); 8 int wait_render_frame(vdp_context * context, int frame_limit);
9 void render_fps(uint32_t fps);
9 10
10 #endif //RENDER_SDL_H_ 11 #endif //RENDER_SDL_H_
11 12