mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Merge pull request #9710 from hunterk/master
switch to nearest neighbor scaling as default
This commit is contained in:
commit
f8ac94353a
@ -329,7 +329,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Smooths picture. */
|
/* Smooths picture. */
|
||||||
|
#if defined(_3DS) || defined(GEKKO) || defined(HW_RVL) || defined(PSP) || defined(VITA) || defined(SN_TARGET_PSP2) || defined(PS2) || defined(_XBOX)
|
||||||
#define DEFAULT_VIDEO_SMOOTH true
|
#define DEFAULT_VIDEO_SMOOTH true
|
||||||
|
#else
|
||||||
|
#define DEFAULT_VIDEO_SMOOTH false
|
||||||
|
#endif
|
||||||
|
|
||||||
/* On resize and fullscreen, rendering area will stay 4:3 */
|
/* On resize and fullscreen, rendering area will stay 4:3 */
|
||||||
#define DEFAULT_FORCE_ASPECT true
|
#define DEFAULT_FORCE_ASPECT true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user