Fix changes from last commit.
This commit is contained in:
parent
e3756ee7a7
commit
7382a2e26e
2 changed files with 2 additions and 2 deletions
|
@ -785,7 +785,7 @@ namespace Ryujinx.Graphics.Vulkan
|
|||
maximumGpuMemory: GetTotalGPUMemory());
|
||||
}
|
||||
|
||||
public ulong GetTotalGPUMemory()
|
||||
private ulong GetTotalGPUMemory()
|
||||
{
|
||||
ulong totalMemory = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue