From e45a496b07a95b74842532d36343db8d3254faad Mon Sep 17 00:00:00 2001 From: Ezio-PS Date: Sun, 31 Jul 2016 19:41:03 +0200 Subject: [PATCH] (PS3) Workaround 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 a8ce88e325..613367163e 100644 --- a/config.def.h +++ b/config.def.h @@ -764,7 +764,7 @@ static const bool menu_dpi_override_enable = true; #ifdef RARCH_MOBILE static const unsigned menu_dpi_override_value = 72; #else -static const unsigned menu_dpi_override_value = 200; +static const unsigned menu_dpi_override_value = 500; #endif /* Log level for libretro cores (GET_LOG_INTERFACE). */