Hello all.
I have been trying to use a grid overlay I put together for Game Boy. It consists of a grid of gray lines with transparency to simulate the LCD effect. The way it appears on Retroarch PC (Linux and Windows) is this, if you zoom in it is pixel perfect and the lines blend perfectly with the background:
However, on the Raspberry Pi there is some unnecessary scaling being done for some reason (resolution and overlay are both 1280x720) and it introduces distortion, which can be seen here (notice the diagonal line, also grid is not perfectly 1 px and it is visible in the background):
Is there any way to fix this? I think it is GPU related, I have tested with overscan disabled and the result is the same.