BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
Using a custom window size apparently puts the top of the emulator and therefore accessing his tools out of reach, only after being restarted after setting the custom display size. It's simply manually fixed by resizing each time the window, but it's a minor thing thats there anyway
Repro
Open bizhawk
Open config --> Display
Put a custom size ( i used 1352x968 )
Click Ok, then close and reopen the emulator
The top of bizhawk window will always be out of reach on the top of the screen until manually resized
Probably checks that (0, 0) is on-screen when the window decorations are at (0, -32). I call "not it" on figuring out how to measure the window decorations :P
Summary
Using a custom window size apparently puts the top of the emulator and therefore accessing his tools out of reach, only after being restarted after setting the custom display size. It's simply manually fixed by resizing each time the window, but it's a minor thing thats there anyway
Repro
Visual repro: https://www.youtube.com/watch?v=dvQa5dh1Vdc