retrohub-org / retrohub

Retrogaming library frontend, built to be a highly customizable platform.
https://retrohub-org.github.io/
MIT License
110 stars 6 forks source link

Handle screens with hiDPI #378

Open rsubtil opened 2 months ago

rsubtil commented 2 months ago

On screens with higher DPI (>96), the app launches in a tiny resolution. It is possible to obtain this info through screen_get_dpi, and thus increase the initial window size according to higher values.