Gearsystem icon indicating copy to clipboard operation
Gearsystem copied to clipboard

Feature Request: Fit Window to Output

Open jet082 opened this issue 2 years ago • 1 comments

It is a bit frustrating to have the image of the game with so much dead space around it. It would be nice if the window itself could be resized to fit 100% of the output content. That way, we could have integer scaling, but no dead space.

image

jet082 avatar Feb 03 '22 13:02 jet082

I understand integer scale as a pixel perfect scaling factor, x2, x3, x4, etc. applied to the width and height of the original image.

When setting "Scale" to "Auto" the emulator is finding the higher factor possible for the current window size. If you resize the window it will recalculate it as required.

If I understand it correctly, what you are asking for is not integer scaling, it is fit to height, right? AKA using all the height of the window and at the same time keeping the aspect ratio. That will produce a non integer scaling factor but could be added anyway.

drhelius avatar Mar 07 '22 16:03 drhelius

After rereading the issue again I understand the problem. I'll fix it soon.

drhelius avatar Jan 07 '24 12:01 drhelius