snes9xgx/source/ngc/video.h

24 lines
571 B
C
Raw Normal View History

/****************************************************************************
* Snes9x 1.50
*
* Nintendo Gamecube Video
2008-09-11 06:41:58 +02:00
*
* This is a modified renderer from the Genesis Plus Project.
* Well - you didn't expect me to write another one did ya ? -;)
2008-09-11 06:41:58 +02:00
*
* softdev July 2006
****************************************************************************/
#ifndef _GCVIDEOH_
#define _GCVIDEOH_
#include "snes9x.h"
void InitGCVideo ();
void clearscreen ();
void showscreen ();
void setGFX ();
void update_video (int width, int height);
void zoom (float speed);
#endif