Archived
1
0
Fork 0
forked from Mirror/Ryujinx

Vulkan: Properly reset barrier batch when splitting due to mismatching flags ()

Forgot to set the end variable here. Should stop it from crashing when this path is taken.
This commit is contained in:
riperiperi 2024-02-22 09:43:22 +00:00 committed by GitHub
parent 79f6c18a9b
commit ba91f5d401
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -144,6 +144,7 @@ namespace Ryujinx.Graphics.Vulkan
i -= deleteCount;
firstMatch = -1;
end = list.Count;
}
}
}