Aleph-One-Marathon / alephone

Aleph One is the open source continuation of Bungie’s Marathon 2 game engine.
https://alephone.lhowon.org/
GNU General Public License v3.0
654 stars 99 forks source link

Does not support High-DPI Windows #434

Closed rkuykendall closed 11 months ago

rkuykendall commented 1 year ago

If I set my scaling to 150% on Windows then SDL thinks my monitor is 1440p, similar to this issue. That lead me to https://github.com/libsdl-org/SDL/issues/2119 where it looks like High-DPI can be enabled with the SDL_WINDOW_ALLOW_HIGHDPI flag or with some additions to the manifest.

treellama commented 11 months ago

Duplicate of #229