flyinghead
flyinghead
This should be fixed on the dev branch. Resizing now works and window decorations are managed by libdecor (if installed).
Is it just not detecting HiDPI or is the rendering surface sized incorrectly?
So to summarize the sizing of the surface is correct, but the scaling is not. I assume Flycast must be getting the DPI of the low resolution surface to calculate...
Wheel range is now limited to avoid the issue. In addition the drive motor board is emulated enough to avoid the on screen error message with the deluxe version. Finally...
See this issue for the cvs pro glitch: https://github.com/libretro/flycast/issues/890. Different cause.
It looks like it could be using the aspect ratio/resolution of the wrong monitor when doing the stretching. Can you post some log?
The UI now allows horizontal stretching up to 250%
and now on master
I now append the device id to the friendly name, which help distinguish the various generic HID devices.
gdrom changes were causing regressions in several other games so they were reverted. After investigating it looks like the 2nd CD_PLAY call (after the character selection) shouldn't be sent by...