mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +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;
|
ret = screen.scale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if TARGET_OS_TV
|
||||||
|
if (ret < 1.0f)
|
||||||
|
ret = 1.0f;
|
||||||
|
#endif
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user