RSDKModding / RSDKv4-Decompilation

A complete decompilation of Sonic 1 & Sonic 2 (2013) & Retro Engine (v4)
Other
927 stars 173 forks source link

Sharp Bilinear Missing? #409

Closed Danhanado closed 1 year ago

Danhanado commented 1 year ago

Just updated and the game no longer scales cleanly, it's fully sharp with uneven pixels. Looking at the Settings.ini the option for sharp bilinear is not there, only nearest and linear, is there a workaround to this?

MegAmi24 commented 1 year ago

Sharp bilinear broke due to the rendering backend revamp from 1.3.0, because of this as well as the fact that it wasn't supposed to be added in the first place (the pull request that added it was merged by accident), we decided to remove it altogether.