mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Fifo: Convert define into constant
Also moves it to the cpp file where it's used.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user