[Wii] Interframe blending forces texture filtering #1830
Closed
Milestone
Comments
Does this happen with GB/C and GBA? Or just one? |
endrift
added a commit
that referenced
this issue
Jul 28, 2020
ahigerd
added a commit
to ahigerd/mgba
that referenced
this issue
Jul 29, 2020
RetroEdit
added a commit
to TASVideos/mgba
that referenced
this issue
Aug 29, 2020
vadosnaprimer
added a commit
to TASVideos/mgba
that referenced
this issue
Aug 30, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using frame blending with the pixel-accurate screen mode and the filtering is set to pixelated, there is noticeable blurring on the screen, normally this isn't a problem when using 480i/p modes where non-integer scaling is usually preferred but in 240p mode it becomes more of a problem.
I don't understand why it's happening but it's like it's prescaling to an incorrect size so in integer scales it still blurs.
Because of this it might be better to disable texture filtering when using this setting.
The text was updated successfully, but these errors were encountered: