mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Merge pull request #3396 from lioncash/constant
Fifo: Convert define into constant
This commit is contained in:
commit
4ddc04da07
@ -30,6 +30,8 @@
|
|||||||
#include "VideoCommon/VertexManagerBase.h"
|
#include "VideoCommon/VertexManagerBase.h"
|
||||||
#include "VideoCommon/VideoConfig.h"
|
#include "VideoCommon/VideoConfig.h"
|
||||||
|
|
||||||
|
static constexpr u32 FIFO_SIZE = 2 * 1024 * 1024;
|
||||||
|
|
||||||
bool g_bSkipCurrentFrame = false;
|
bool g_bSkipCurrentFrame = false;
|
||||||
|
|
||||||
static Common::BlockingLoop s_gpu_mainloop;
|
static Common::BlockingLoop s_gpu_mainloop;
|
||||||
|
@ -9,8 +9,6 @@
|
|||||||
|
|
||||||
class PointerWrap;
|
class PointerWrap;
|
||||||
|
|
||||||
#define FIFO_SIZE (2*1024*1024)
|
|
||||||
|
|
||||||
extern bool g_bSkipCurrentFrame;
|
extern bool g_bSkipCurrentFrame;
|
||||||
|
|
||||||
// This could be in SConfig, but it depends on multiple settings
|
// This could be in SConfig, but it depends on multiple settings
|
||||||
|
Loading…
Reference in New Issue
Block a user