view render.h @ 156:3900cfde9dbb

Add cycles for Bcc (needs work, but this changes keeps some ROMs from making the emulator unresponsive)
author Mike Pavone <pavone@retrodev.com>
date Fri, 04 Jan 2013 23:25:23 -0800
parents 3b79cbcf6846
children 209a37eed3e7
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);
void wait_render_frame(vdp_context * context);

#endif //RENDER_SDL_H_