feature request - user-defined width for scanline filter

Found a bug? Please report it, but remember to follow the bug reporting guidelines.
Missing a sane feature? Let us know!
But please do NOT request ports to other systems.

Moderator: ZSNES Mods

Post Reply
odditude
Official tech support dood
Posts: 2118
Joined: Wed Jan 25, 2006 7:57 am

feature request - user-defined width for scanline filter

Post by odditude »

Request: for resolutions where vertical res is an integer > 2 multiple of native output, allow user to define width (pixel height) of scanlines effect.

example: in a resolution that would result in pixel tripling, in addition to the current behavior, allow the user to specify that the scanline effect is 1 or 2 pixels wide.

so if unscaled output is

Code: Select all

0123
4567
output can be set to be

Code: Select all

000111222333
000111222333
ssssssssssss
444555666777
444555666777
ssssssssssss
or

Code: Select all

000111222333
ssssssssssss
ssssssssssss
444555666777
ssssssssssss
ssssssssssss
edit: out of curiosity, is this getting no feedback because it seems impractical, or because nobody else sees any value in it? or, is it pointless to bring something like this up since everything's on hold for the core updates?

i'm asking because if others saw value in this, i'd also submit this request for other emulators.
Why yes, my shift key *IS* broken.
Post Reply