FNA-XNA / FNA

FNA - Accuracy-focused XNA4 reimplementation for open platforms
https://fna-xna.github.io/
2.65k stars 272 forks source link

Add DPI Awareness hint for Windows #459

Open flibitijibibo opened 11 months ago

flibitijibibo commented 11 months ago

Not too hard, just needs to be set before SDL_Init and needs to be done by somebody on Windows to verify:

https://github.com/libsdl-org/SDL/blob/SDL2/include/SDL_hints.h#L2134