예제 #1
0
void VideoTrans()
{
	VideoBuffer = (unsigned short*)screen->pixels;
	if(SDL_MUSTLOCK(screen)) SDL_LockSurface(screen);
	BurnerVideoTrans();
	if(SDL_MUSTLOCK(screen)) SDL_UnlockSurface(screen);
}
예제 #2
0
void VideoTrans()
{
	BurnerVideoTrans();
}