mirror of https://github.com/PCSX2/pcsx2.git
GSdx: DX9 hardware fix for the new hack.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5558 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
fae268b269
commit
7af51edd87
|
@ -204,7 +204,7 @@ float4 ps_params[7];
|
|||
#define MinF ps_params[4].xy
|
||||
#define TA ps_params[4].zw
|
||||
|
||||
#define TC_OffsetHack ps_params[5]
|
||||
#define TC_OffsetHack ps_params[6]
|
||||
|
||||
float4 sample_c(float2 uv)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue