mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
Enable HDR support in iOS. (#15871)
* Enable HDR support in iOS. * Enable HDR support in tvOS.
This commit is contained in:
parent
c42498e531
commit
7237b6acfc
@ -3434,7 +3434,7 @@ static void *vulkan_init(const video_info_t *video,
|
|||||||
video->is_threaded,
|
video->is_threaded,
|
||||||
FONT_DRIVER_RENDER_VULKAN_API);
|
FONT_DRIVER_RENDER_VULKAN_API);
|
||||||
|
|
||||||
#if OSX
|
#if OSX || IOS
|
||||||
// The MoltenVK driver needs this, particularly after driver reinit
|
// The MoltenVK driver needs this, particularly after driver reinit
|
||||||
vk->flags |= VK_FLAG_SHOULD_RESIZE;
|
vk->flags |= VK_FLAG_SHOULD_RESIZE;
|
||||||
#endif
|
#endif
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user