We can actually disable DPI override by default now

This commit is contained in:
twinaphex 2018-03-28 16:33:19 +02:00
parent 5a7c37b819
commit d17eee9cca

View File

@ -601,11 +601,7 @@ static const unsigned default_content_history_size = 100;
/* Show Menu start-up screen on boot. */
static const bool default_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;