mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +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
|
#ifdef RARCH_MOBILE
|
||||||
static const unsigned menu_dpi_override_value = 72;
|
static const unsigned menu_dpi_override_value = 72;
|
||||||
#elif defined(__CELLOS_LV2__)
|
#elif defined(__CELLOS_LV2__)
|
||||||
static const unsigned menu_dpi_override_value = 500;
|
static const unsigned menu_dpi_override_value = 360;
|
||||||
#else
|
#else
|
||||||
static const unsigned menu_dpi_override_value = 200;
|
static const unsigned menu_dpi_override_value = 200;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user