Mercurial > repos > blastem
view render.h @ 334:4c91470e1a53
Only latch video mode at the very beginning of the frame to avoid problems with the cycle count getting out of sync with what I expect
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Tue, 14 May 2013 00:46:34 -0700 |
parents | 209a37eed3e7 |
children | 5c34a9c39394 |
line wrap: on
line source
#ifndef RENDER_SDL_H_ #define RENDER_SDL_H_ #include "vdp.h" 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); #endif //RENDER_SDL_H_