mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
We can actually disable DPI override by default now
This commit is contained in:
parent
5a7c37b819
commit
d17eee9cca
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user