VideoCommon: rewrite frame skipping code

This commit is contained in:
degasus
2014-09-03 21:49:15 +02:00
parent e1248599eb
commit 8b84ddce9a
8 changed files with 20 additions and 34 deletions

View File

@ -11,7 +11,7 @@ class PointerWrap;
#define FIFO_SIZE (2*1024*1024)
extern volatile bool g_bSkipCurrentFrame;
extern bool g_bSkipCurrentFrame;
void Fifo_Init();