Expand window scale factors up to 8×
5× is just about the highest factor useful for a 3840×2160 (“4K”) monitor with games running in 320×200 mode. 7680×4320 (“8K”) monitors are also on the market and the higher scale factors should be useful for them too.
This commit is contained in:
@@ -123,8 +123,8 @@ load_general(void)
|
||||
|
||||
force_43 = !!ini_section_get_int(cat, "force_43", 0);
|
||||
scale = ini_section_get_int(cat, "scale", 1);
|
||||
if (scale > 3)
|
||||
scale = 3;
|
||||
if (scale > 9)
|
||||
scale = 9;
|
||||
dpi_scale = ini_section_get_int(cat, "dpi_scale", 1);
|
||||
|
||||
enable_overscan = !!ini_section_get_int(cat, "enable_overscan", 0);
|
||||
|
||||
Reference in New Issue
Block a user