DerKoun / bsnes-hd

bsnes fork that adds HD video features
GNU General Public License v3.0
626 stars 35 forks source link

Pixels appearing around uprezzed HDMA assets #18

Open LivelyZephyrs opened 4 years ago

LivelyZephyrs commented 4 years ago

There are sometimes pixels around HDMA assets. I have currently seen this in two games:

Super Mario World: SMWincorrect Super Probotector: Alien Rebels: SuperProbotectorincorrect

DerKoun commented 4 years ago

Windowing is used per layer and in the final compositing. Currently only the latter is HD. This discrepancy is the most likely source of the artifacts. I'll look into this when some windowing related optimizations are done.

DerKoun commented 4 years ago

Note to self: When looking into fix also keep an eye on #20