1
0
mirror of https://github.com/libretro/RetroArch synced 2025-04-18 14:42:30 +00:00

Enable HDR support in iOS. ()

* Enable HDR support in iOS.

* Enable HDR support in tvOS.
This commit is contained in:
Eric Warmenhoven 2023-11-06 03:50:14 -05:00 committed by GitHub
parent c42498e531
commit 7237b6acfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions
gfx/drivers
pkg/apple
iOS/modules
tvOS/modules

@ -3434,7 +3434,7 @@ static void *vulkan_init(const video_info_t *video,
video->is_threaded,
FONT_DRIVER_RENDER_VULKAN_API);
#if OSX
#if OSX || IOS
// The MoltenVK driver needs this, particularly after driver reinit
vk->flags |= VK_FLAG_SHOULD_RESIZE;
#endif

Binary file not shown.

Binary file not shown.