minetest / irrlicht

Minetest's fork of Irrlicht

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDL 2 on Windows: Minetest doesn't respect global display scaling setting

grorp opened this issue · comments

probably a duplicate of minetest/minetest#14549


Windows 10
Minetest commit minetest/minetest@25ef8f3
IrrlichtMt commit 83699a8

Windows has a global "display scaling" setting:
screenshot of the Windows 10 settings menu

Minetest with USE_SDL2=FALSE respects that setting (first screenshot taken with display scaling set to 100%, second one taken with display scaling set to 125%):
no SDL2, global display scaling setting set to 100% no SDL2, global display scaling setting set to 125%

Minetest with USE_SDL2=TRUE doesn't respect it anymore (again first 100%, then 125%):
SDL2, global display scaling setting set to 100% SDL2, global display scaling setting set to 125%

commented

Yes, this is lack of high-dpi.