This commit is contained in:
gabest
2008-12-12 00:40:24 +00:00
parent 476850c461
commit 27413fa06a
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
Name="VCLinkerTool"
AdditionalDependencies="d3d10.lib d3dx10.lib d3d9.lib d3dx9.lib ddraw.lib dxguid.lib winmm.lib strmiids.lib xinput.lib"
OutputFile="C:\Users\Gabest\Documents\Progs\pcsx2.svn\bin\plugins\$(ProjectName).dll"
DelayLoadDLLs="d3d9.dll;d3dx9_39.dll;d3d10.dll;d3dx10_39.dll"
DelayLoadDLLs="d3d9.dll;d3dx9_40.dll;d3d10.dll;d3dx10_40.dll"
GenerateDebugInformation="true"
SubSystem="2"
RandomizedBaseAddress="1"

View File

@@ -86,7 +86,7 @@ void GSDrawScanline::SetupDraw(Vertex* vertices, int count, const void* texture)
{
// if q is constant we can do the half pel shift for bilinear sampling on the vertices
GSVector4 half(2048.0f, 2048.0f, 0.0f, 0.0f);
GSVector4 half((float)0x4000, (float)0x4000, 0.0f, 0.0f);
for(int i = 0; i < count; i++)
{