Update src/Ryujinx.Graphics.Vulkan/VulkanRenderer.cs

Co-authored-by: gdkchan <gab.dark.100@gmail.com>
This commit is contained in:
MaxLastBreath 2024-09-19 02:03:46 +03:00 committed by GitHub
parent 43a994f5d2
commit 330e1270ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 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;