Fix changes from last commit.

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

View file

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