mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-29 05:22:04 +00:00
GSDX: Replace an FLT_MAX with the appropriate ULONG_MAX
This commit is contained in:
parent
9a950cdca6
commit
637c99a362
@ -220,7 +220,7 @@ void GSDevice9::SetupPS(PSSelector sel, const PSConstantBuffer* cb, PSSamplerSel
|
||||
ss->AddressU = ssel.tau ? D3DTADDRESS_WRAP : D3DTADDRESS_CLAMP;
|
||||
ss->AddressV = ssel.tav ? D3DTADDRESS_WRAP : D3DTADDRESS_CLAMP;
|
||||
ss->MaxAnisotropy = theApp.GetConfig("MaxAnisotropy", 0);
|
||||
ss->MaxLOD = FLT_MAX;
|
||||
ss->MaxLOD = ULONG_MAX;
|
||||
|
||||
|
||||
m_ps_ss[ssel] = ss;
|
||||
|
Loading…
x
Reference in New Issue
Block a user