From d17eee9cca533bda3f6fd18470558a123878ead4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 28 Mar 2018 16:33:19 +0200 Subject: [PATCH] We can actually disable DPI override by default now --- config.def.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.def.h b/config.def.h index e7c29ab786..829ea18345 100644 --- a/config.def.h +++ b/config.def.h @@ -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;