mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-21 00:23:36 +00:00
Remove unnecessary lines
Was for testing
This commit is contained in:
parent
4cc0c2132c
commit
05a736b6d3
2 changed files with 0 additions and 6 deletions
|
@ -162,8 +162,6 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
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)
|
||||
{
|
||||
int dataSize = Math.Min(data.Length, Size - offset);
|
||||
|
|
|
@ -114,10 +114,6 @@ namespace Ryujinx.Graphics.Vulkan.Queries
|
|||
{
|
||||
DisposeInternal();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public bool ReserveForHostAccess()
|
||||
|
|
Loading…
Reference in a new issue