Fifo: Convert define into constant

Also moves it to the cpp file where it's used.
This commit is contained in:
Lioncash 2015-12-25 16:07:00 -05:00
parent 7ca9a438a8
commit a8ab156a29
2 changed files with 2 additions and 2 deletions

View File

@ -30,6 +30,8 @@
#include "VideoCommon/VertexManagerBase.h"
#include "VideoCommon/VideoConfig.h"
static constexpr u32 FIFO_SIZE = 2 * 1024 * 1024;
bool g_bSkipCurrentFrame = false;
static Common::BlockingLoop s_gpu_mainloop;

View File

@ -9,8 +9,6 @@
class PointerWrap;
#define FIFO_SIZE (2*1024*1024)
extern bool g_bSkipCurrentFrame;
// This could be in SConfig, but it depends on multiple settings