mirror of https://github.com/PCSX2/pcsx2.git
I'm an idiot and committed with the crippling macros uncommented, undoing the work in r2702 and taking the software renderer down a peg.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2705 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
02497e0d41
commit
3f36d66116
|
@ -31,8 +31,8 @@
|
|||
#define MAX_PAGES 512
|
||||
#define MAX_BLOCKS 16384
|
||||
|
||||
#define DISABLE_BITMASKING
|
||||
#define DISABLE_COLCLAMP
|
||||
//#define DISABLE_BITMASKING
|
||||
//#define DISABLE_COLCLAMP
|
||||
|
||||
#include "GSVector.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue