The specification for image-rendering:pixelated reads: The image must be scaled with the "nearest neighbor" or similar algorithm, to preserve a "pixelated" look as the image changes in size. This ...
The current "screen filtering" option seems to simply change the scaling algorithm from nearest neighbor to bilinear. So since melonDS doesn't (yet?) have pixel scalers like scale2x (or the more ...
I have run across a classic bug in two recently written and widely used audio programs. It occurred to me that if the very smart people who wrote these programs made this mistake, then it might be ...