mchoccac / snes9x-gtk

Automatically exported from code.google.com/p/snes9x-gtk
0 stars 0 forks source link

Game screen incorrectly refreshed #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At rev275.

If I set "Maintain ratio:SNES" and turn off "Scale to fit",
if the filter is 'hq2x' it's redrawn correctly,
but if I switch to 'hq4x', it stops being redrawn.

With "Scale to fit" on, it's redrawn correctly regardless of the filter.

Original issue reported on code.google.com by galtge...@gmail.com on 6 Feb 2010 at 1:53

GoogleCodeExporter commented 9 years ago
This is undefined behavior. The hq4x image is too large for your window and you 
have
scale to fit disabled. I used to have it clear the window instead, but that got 
lost
in the transition. It seems to clip properly, though, so I'll remove the check. 
This
will cut off your image on the sides, though.

Original comment by bear...@gmail.com on 6 Feb 2010 at 5:06

GoogleCodeExporter commented 9 years ago
I've also just added aspect correction in the non-scale-to-fit mode, since that
looked like what you were trying to do, and it wasn't supported yet.

Original comment by bear...@gmail.com on 6 Feb 2010 at 6:08