mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Merge pull request #3810 from Ezio-PS/master
(PS3) Set a more appropriated value to fix overscan on GLUI
This commit is contained in:
commit
f1df24e065
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user