[PATCH 0/1] MR9587: win32u: Add some extra 4:3 resolutions to the virtual modes.
Bloodrayne 2 expects to be able to switch to these. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57972 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9587
From: Rémi Bernon <rbernon(a)codeweavers.com> Bloodrayne 2 expects to be able to switch to these. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57972 --- dlls/win32u/sysparams.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/win32u/sysparams.c b/dlls/win32u/sysparams.c index e7e07c76638..7db84a8b592 100644 --- a/dlls/win32u/sysparams.c +++ b/dlls/win32u/sysparams.c @@ -2012,6 +2012,8 @@ static SIZE *get_screen_sizes( const DEVMODEW *maximum, const DEVMODEW *modes, U { 640, 480}, { 800, 600}, {1024, 768}, + {1152, 864}, + {1280, 960}, {1600, 1200}, /* 16:9 */ { 960, 540}, -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9587
participants (1)
-
Rémi Bernon