mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
tvOS: Fix scaling for 720p
This commit is contained in:
parent
329cf5cbff
commit
caeb3fafdc
@ -813,6 +813,10 @@ float cocoa_screen_get_native_scale(void)
|
||||
ret = screen.scale;
|
||||
}
|
||||
|
||||
#if TARGET_OS_TV
|
||||
if (ret < 1.0f)
|
||||
ret = 1.0f;
|
||||
#endif
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user