From a0e6c8c26035359e18ddcec803e958f4d4ae3d9d Mon Sep 17 00:00:00 2001 From: ramapcsx2 Date: Tue, 31 Mar 2009 11:26:42 +0000 Subject: [PATCH] Increased the MTGS ringbuffer from 2 to 8mb. Fixes slowness in games with lots of data moving. (Xenosaga series for example) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@872 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/GS.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pcsx2/GS.h b/pcsx2/GS.h index c9ee94f134..bdb84fd19a 100644 --- a/pcsx2/GS.h +++ b/pcsx2/GS.h @@ -146,8 +146,9 @@ class mtgsThreadObject : public Threading::Thread protected: // Size of the ringbuffer as a power of 2 -- size is a multiple of simd128s. // (actual size is 1<