mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
Create PS3 ifdef for DPI override value
This commit is contained in:
parent
543bab65cc
commit
af09bd1751
@ -763,8 +763,10 @@ 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;
|
||||||
#else
|
#elif defined(__CELLOS_LV2__)
|
||||||
static const unsigned menu_dpi_override_value = 500;
|
static const unsigned menu_dpi_override_value = 500;
|
||||||
|
#else
|
||||||
|
static const unsigned menu_dpi_override_value = 200;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Log level for libretro cores (GET_LOG_INTERFACE). */
|
/* Log level for libretro cores (GET_LOG_INTERFACE). */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user