Currently in the installer we automatically check and uncheck options based on whether the user has a monitor with a 4:3, 16:9 or other aspect ratio. However, currently 5:4 and 16:10 is not taken into account. As a result, some options will be automatically checked when they shouldn't be if the user has a 5:4 or 16:10 monitor.
A good idea to check this is to use a "IsAspectRatioWithinRange" function with constant variables for common aspect ratio ranges.
Currently in the installer we automatically check and uncheck options based on whether the user has a monitor with a 4:3, 16:9 or other aspect ratio. However, currently 5:4 and 16:10 is not taken into account. As a result, some options will be automatically checked when they shouldn't be if the user has a 5:4 or 16:10 monitor.
A good idea to check this is to use a "IsAspectRatioWithinRange" function with constant variables for common aspect ratio ranges.