Multisampling: We can only resolve for unscaled copies

This commit is contained in:
gdk 2022-02-20 19:05:58 -03:00 committed by riperiperi
parent 5efe0167ea
commit 51d986da35

View file

@ -266,8 +266,7 @@ namespace Ryujinx.Graphics.Vulkan
dstRegion.Y2 == dst.Height &&
src.Width == dst.Width &&
src.Height == dst.Height &&
src.VkFormat == dst.VkFormat &&
src.Info.Samples == 1)
src.VkFormat == dst.VkFormat)
{
TextureCopy.Copy(
_gd.Api,