mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
roll back r7431
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7432 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -1381,10 +1381,6 @@ void Renderer::SetSamplerState(int stage, int texindex)
|
||||
{
|
||||
min = mag = mip = D3DTEXF_LINEAR;
|
||||
}
|
||||
else if (g_ActiveConfig.bForceNoFiltering)
|
||||
{
|
||||
min = mag = mip = D3DTEXF_POINT;
|
||||
}
|
||||
else
|
||||
{
|
||||
min = (tm0.min_filter & 4) ? D3DTEXF_LINEAR : D3DTEXF_POINT;
|
||||
|
Reference in New Issue
Block a user