The default value for dpi_scale is now 1.

This commit is contained in:
OBattler
2021-09-21 12:14:50 +02:00
parent 248c7bf775
commit 59533b4457

View File

@@ -2009,6 +2009,7 @@ config_load(void)
hide_status_bar = 0;
scale = 1;
machine = machine_get_machine_from_internal_name("ibmpc");
dpi_scale = 1;
/* Set up the architecture flags. */
AT = IS_AT(machine);