mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Merge pull request #11510 from rsn8887/vita_scaling
[VITA] Default menu scale 1.5x to improve readability
This commit is contained in:
commit
1d0c75a3d0
@ -1142,7 +1142,11 @@ static const int default_content_favorites_size = 200;
|
||||
|
||||
/* Default scale factor for non-frambuffer-based display
|
||||
* drivers and display widgets */
|
||||
#if defined(VITA)
|
||||
#define DEFAULT_MENU_SCALE_FACTOR 1.5f
|
||||
#else
|
||||
#define DEFAULT_MENU_SCALE_FACTOR 1.0f
|
||||
#endif
|
||||
/* Specifies whether display widgets should be scaled
|
||||
* automatically using the default menu scale factor */
|
||||
#define DEFAULT_MENU_WIDGET_SCALE_AUTO true
|
||||
|
Loading…
x
Reference in New Issue
Block a user