Fix changes from last commit.

This commit is contained in:
MaxLastBreath 2024-09-24 20:23:14 +03:00
parent e3756ee7a7
commit 7382a2e26e
2 changed files with 2 additions and 2 deletions

View file

@ -68,7 +68,7 @@ namespace Ryujinx.Graphics.Gpu.Image
/// <remarks>
/// For OpenGL this defaults to OpenGLTextureSizeCapacity.
/// </remarks>
/// <param name="context"> The GPU context that the cache belongs to</param>
/// <param name="context">The GPU context that the cache belongs to</param>
public void Initialize(GpuContext context)
{
var CacheMemory = (ulong)(context.Capabilities.MaximumGpuMemory * MemoryScaleFactor);

View file

@ -785,7 +785,7 @@ namespace Ryujinx.Graphics.Vulkan
maximumGpuMemory: GetTotalGPUMemory());
}
public ulong GetTotalGPUMemory()
private ulong GetTotalGPUMemory()
{
ulong totalMemory = 0;