comparison render.h @ 338:5c34a9c39394

Re-enable frame limit, but add a command line flag to disable it
author Mike Pavone <pavone@retrodev.com>
date Wed, 15 May 2013 22:37:25 -0700
parents 209a37eed3e7
children 58a085cfc6bd
comparison
equal deleted inserted replaced
337:f8c6f8684cd6 338:5c34a9c39394
3 3
4 #include "vdp.h" 4 #include "vdp.h"
5 void render_init(int width, int height); 5 void render_init(int width, int height);
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); 8 int wait_render_frame(vdp_context * context, int frame_limit);
9 9
10 #endif //RENDER_SDL_H_ 10 #endif //RENDER_SDL_H_
11 11