mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-16 04:28:57 +02:00
[revert] Added linear filtering in texture blitting operations
This commit is contained in:
parent
408f9ee8b3
commit
55d799da82
1 changed files with 0 additions and 1 deletions
|
|
@ -2128,7 +2128,6 @@ bool Image::BlitScaleHelper(bool scale_up) {
|
|||
/*supports_linear_filter=*/false, scale_up);
|
||||
return true;
|
||||
}
|
||||
|
||||
const bool supports_linear_filter = runtime->SupportsLinearFilter(info.format);
|
||||
const bool is_bilinear = is_color && supports_linear_filter;
|
||||
const auto filter_mode = is_bilinear ? Tegra::Engines::Fermi2D::Filter::Bilinear
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue