mupen64plus / mupen64plus-core

Core module of the Mupen64Plus project
1.25k stars 255 forks source link

vidext.c: Fix DPI scaling issues on Windows #1002

Closed GhostlyDark closed 1 year ago

GhostlyDark commented 1 year ago

Adds an SDL hint to address DPI scaling issues on Windows using mupen64plus-ui-console, rendering windowed resolutions larger than intended. Requires SDL2 v2.24 or newer to work.

No changes made to the high DPI settings for mupen64plus.exe running at 1280x960 windowed resolution. Using a Desktop resolution of 3840x2160 with 200% scaling.

Upstream: image

PR: image