From 2197f41506e1ed7c4c657a1899491298bd66f7f9 Mon Sep 17 00:00:00 2001 From: Nicholas Rodine Date: Wed, 17 Aug 2022 02:05:15 -0500 Subject: Removed extra semicolons. (#3594) --- Ryujinx.Common/SystemInfo/MacOSSystemInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Common/SystemInfo') diff --git a/Ryujinx.Common/SystemInfo/MacOSSystemInfo.cs b/Ryujinx.Common/SystemInfo/MacOSSystemInfo.cs index 92b54902..5259760d 100644 --- a/Ryujinx.Common/SystemInfo/MacOSSystemInfo.cs +++ b/Ryujinx.Common/SystemInfo/MacOSSystemInfo.cs @@ -24,7 +24,7 @@ namespace Ryujinx.Common.SystemInfo if (sysctlbyname("hw.memsize", ref totalRAM) != 0) // Bytes { totalRAM = 0; - }; + } CpuName = $"{cpuName} ; {LogicalCoreCount} logical"; RamTotal = totalRAM; -- cgit v1.2.3