From af09bd1751dce46cef791219d19bc5586e57a2a9 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 31 Jul 2016 20:32:40 +0200 Subject: [PATCH] Create PS3 ifdef for DPI override value --- config.def.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 613367163e..ffe1e99ce5 100644 --- a/config.def.h +++ b/config.def.h @@ -763,8 +763,10 @@ static const bool menu_dpi_override_enable = true; #ifdef RARCH_MOBILE static const unsigned menu_dpi_override_value = 72; -#else +#elif defined(__CELLOS_LV2__) static const unsigned menu_dpi_override_value = 500; +#else +static const unsigned menu_dpi_override_value = 200; #endif /* Log level for libretro cores (GET_LOG_INTERFACE). */