Merge pull request #3810 from Ezio-PS/master

(PS3) Set a more appropriated value to fix overscan on GLUI
This commit is contained in:
Twinaphex 2016-10-16 15:12:40 +02:00 committed by GitHub
commit f1df24e065

View File

@ -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