zzogl-pg: Lets remove the xf86vm library dependency from the codeblocks project while I'm thinking of it...

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3759 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-09-13 07:58:24 +00:00
parent 6528f4b479
commit 4e03f0299b
2 changed files with 1 additions and 2 deletions

View File

@ -88,7 +88,6 @@
<Add library="jpeg" /> <Add library="jpeg" />
<Add library="GLEW" /> <Add library="GLEW" />
<Add library="GLU" /> <Add library="GLU" />
<Add library="Xxf86vm" />
<Add library="z" /> <Add library="z" />
<Add library="dl" /> <Add library="dl" />
<Add library="stdc++" /> <Add library="stdc++" />

View File

@ -199,7 +199,7 @@ namespace ZeroGS
VB vb[2]; VB vb[2];
float fiTexWidth[2], fiTexHeight[2]; // current tex width and height float fiTexWidth[2], fiTexHeight[2]; // current tex width and height
u8 s_AAx = 0, s_AAy = 0; // if AAy is set, then AAx has to be set //u8 s_AAx = 0, s_AAy = 0; // if AAy is set, then AAx has to be set
Point AA = {0,0}; Point AA = {0,0};
int icurctx = -1; int icurctx = -1;