diff --git a/config.def.h b/config.def.h index 2b9ab76a30..3fee830fe8 100644 --- a/config.def.h +++ b/config.def.h @@ -664,9 +664,17 @@ static const unsigned default_content_history_size = 100; /* Show Menu start-up screen on boot. */ static const bool menu_show_start_screen = true; +#ifdef RARCH_MOBILE static const bool menu_dpi_override_enable = false; +#else +static const bool menu_dpi_override_enable = true; +#endif +#ifdef RARCH_MOBILE static const unsigned menu_dpi_override_value = 72; +#else +static const unsigned menu_dpi_override_value = 200; +#endif /* Log level for libretro cores (GET_LOG_INTERFACE). */ static const unsigned libretro_log_level = 0;