From 83678c66b91bc8449acaad292ee35f648b4ce838 Mon Sep 17 00:00:00 2001 From: Ezio-PS Date: Sun, 16 Oct 2016 14:42:40 +0200 Subject: [PATCH] (PS3) Set a more appropriated value to fix overscan on GLUI --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index f15fe00864..ac92756934 100644 --- a/config.def.h +++ b/config.def.h @@ -795,7 +795,7 @@ static const bool menu_dpi_override_enable = true; #ifdef RARCH_MOBILE static const unsigned menu_dpi_override_value = 72; #elif defined(__CELLOS_LV2__) -static const unsigned menu_dpi_override_value = 500; +static const unsigned menu_dpi_override_value = 360; #else static const unsigned menu_dpi_override_value = 200; #endif