Joined: 4/20/2023
Posts: 15
Location: Sweden
Is there a way in Bizhawk to see in which aspect ratio a game is being displayed? The resolution can be for example 296x240, which gives it an aspect ratio of about 1.23:1, but it may still have been designed for and displayed in bizhawk with an aspect ratio of 4:3.
YoshiRulz
Any
Editor, Emulator Coder
Joined: 8/30/2020
Posts: 128
Location: Sydney, Australia
client.bufferwidth()/client.bufferheight() See my Lua script here for a breakdown of the padding. The bugs there are all fixed as of 2.10.
I contribute to BizHawk as Linux/cross-platform lead, testing and automation lead, and UI designer. This year, I'm experimenting with streaming BizHawk development on Twitch. nope Links to find me elsewhere and to some of my side projects are on my personal site. I will respond on Discord faster than to PMs on this site.
Hey look buddy, I'm an engineer. That means I solve problems. Not problems like "What is software," because that would fall within the purview of your conundrums of philosophy. I solve practical problems. For instance, how am I gonna stop some high-wattage thread-ripping monster of a CPU dead in its tracks? The answer: use code. And if that don't work? Use more code.