GLdc/samples/dreamroq/libdcmc/dc_timer.h
2023-08-22 18:56:30 -04:00

20 lines
359 B
C

/*
**
** This File is a part of Dreamcast Media Center
** (C) Josh "PH3NOM" Pearson 2011
**
*/
/* 'Public' Function Protocols */
#ifndef DCTIMER_H
#define DCTIMER_H
/* Returns hardware time in miliseconds */
int dc_get_time();
/* Regulate the Video Frame Rate */
void frame_delay( float AVI_video_rate, float AVI_delay, int frameCounter );
#endif