mirror of https://github.com/PCSX2/pcsx2.git
GSdx: Little bug slipped through.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4994 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
b86e3ebd19
commit
b7a70c9541
|
@ -191,7 +191,7 @@ public:
|
|||
return rl;
|
||||
}
|
||||
|
||||
size_t IsMultiThreaded() const {return size();}
|
||||
bool IsMultiThreaded() const {return size() > 1;}
|
||||
|
||||
void Draw(shared_ptr<GSRasterizerData> data);
|
||||
|
||||
|
|
Loading…
Reference in New Issue