diff 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
line wrap: on
line diff
--- a/render.h	Wed May 15 22:37:04 2013 -0700
+++ b/render.h	Wed May 15 22:37:25 2013 -0700
@@ -5,7 +5,7 @@
 void render_init(int width, int height);
 void render_context(vdp_context * context);
 void render_wait_quit(vdp_context * context);
-int wait_render_frame(vdp_context * context);
+int wait_render_frame(vdp_context * context, int frame_limit);
 
 #endif //RENDER_SDL_H_