Increased the FIFO buffer size to 2MB from 1MB. Fixes Killer 7's Angel boss.

Fixes issue 5415.
This commit is contained in:
skidau 2013-03-02 16:18:55 +11:00
parent 3874b46a93
commit 5bb6ac8164

View File

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