libretro / swanstation

GNU General Public License v3.0
96 stars 22 forks source link

Core Linear Filter Option Looks Wrong #19

Closed Awakened0 closed 2 years ago

Awakened0 commented 2 years ago

The core's Linear Filter option (enabled by default) looks off compared to RetroArch's Bilinear Filtering option under Settings, Video.

No Filter: No Filter1

Core Filter: Core Linear1

RetroArch Filter: Frontend Linear1

Tested in both hardware renderers at 1x resolution. Doesn't seem to work with the software renderer.

I would argue the option should be removed, since the frontend's filtering works well. Even if the core option is fixed, it should at least be off by default to match the frontend's filtering default.

DarthMew commented 2 years ago

Removed as unnecessary via https://github.com/libretro/swanstation/commit/46c1e16495a6ad1173a24294f14b6cfccf0b0cea

Awakened0 commented 2 years ago

Thanks!