kemenaran / SameBoy

Game Boy and Game Boy Color emulator written in C
https://sameboy.github.io/
MIT License
60 stars 2 forks source link

Feature request: extend viewport in both axes at once #5

Open edmcintosh opened 4 years ago

edmcintosh commented 4 years ago

Would it be possible to extend the widescreen mode to show more than one screen's worth both horizontally and vertically at once? Currently, resizing the window to be larger and squarer increases the scale factor but reduces the extra width/height in view.

I expect this would also require either a scale-factor menu item (or scroll-wheel-to-zoom control), or for different behaviour for diagonal vs. horizontal-only / vertical-only window resizing (e.g. drag the corner to change scaling; drag the edge of the window to change viewport size).