Remove unnecessary lines

Was for testing
This commit is contained in:
riperiperi 2022-03-14 00:03:57 +00:00
parent 4cc0c2132c
commit 05a736b6d3
2 changed files with 0 additions and 6 deletions

View file

@ -162,8 +162,6 @@ namespace Ryujinx.Graphics.Vulkan
throw new InvalidOperationException("The buffer is not host mapped."); throw new InvalidOperationException("The buffer is not host mapped.");
} }
public static int SlowLoads = 0;
public unsafe void SetData(int offset, ReadOnlySpan<byte> data, CommandBufferScoped? cbs = null, Action endRenderPass = null) public unsafe void SetData(int offset, ReadOnlySpan<byte> data, CommandBufferScoped? cbs = null, Action endRenderPass = null)
{ {
int dataSize = Math.Min(data.Length, Size - offset); int dataSize = Math.Min(data.Length, Size - offset);

View file

@ -114,10 +114,6 @@ namespace Ryujinx.Graphics.Vulkan.Queries
{ {
DisposeInternal(); DisposeInternal();
} }
else
{
}
} }
public bool ReserveForHostAccess() public bool ReserveForHostAccess()