mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-30 06:06:18 +00:00
Fifo: Convert define into constant
Also moves it to the cpp file where it's used.
This commit is contained in:
parent
7ca9a438a8
commit
a8ab156a29
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue