On HiDPI displays with scaling, on-screen text and icons will look blurry. For example, here's a screenshot of puNES on my 4K monitor being scaled up 200%:

Closeups:


As you can see, compared to the text/icons in the status bar, the on-screen text/icons are much blurrier. I presume this is probably because the text/icons are being rendered at 100% and then get scaled up to 200% after the fact. Text should instead be rendered at proper scale to match the native resolution, and any scaling of icons should be done either with a bilinear sharp filter or with nearest neighbor for integer display scaling (like how I use 200% scaling).
Additionally it would be nice if there was an option to choose how far text/icons are scaled in puNES.
On HiDPI displays with scaling, on-screen text and icons will look blurry. For example, here's a screenshot of puNES on my 4K monitor being scaled up 200%:
Closeups:
As you can see, compared to the text/icons in the status bar, the on-screen text/icons are much blurrier. I presume this is probably because the text/icons are being rendered at 100% and then get scaled up to 200% after the fact. Text should instead be rendered at proper scale to match the native resolution, and any scaling of icons should be done either with a bilinear sharp filter or with nearest neighbor for integer display scaling (like how I use 200% scaling).
Additionally it would be nice if there was an option to choose how far text/icons are scaled in puNES.