mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Merge pull request #4216 from barbudreadmon/patch-2
Fix for issue #4165
This commit is contained in:
commit
d8acba1fa8
@ -1282,7 +1282,7 @@ static void vulkan_set_rotation(void *data, unsigned rotation)
|
||||
if (!vk)
|
||||
return;
|
||||
|
||||
vk->rotation = 90 * rotation;
|
||||
vk->rotation = 270 * rotation;
|
||||
vulkan_set_projection(vk, &ortho, true);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user