common: Fix last warning in SystemInfo (#1757)

* common: Fix last warning in SystemInfo

* info to Info

* fix MacOSSystemInfo file name by delete the file

* MacOSSysteminfo to MacOSSystemInfo
This commit is contained in:
Ac_K 2020-12-01 22:26:00 +01:00 committed by GitHub
parent a04a1b663d
commit 5e6dc37aed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 26 deletions

View file

@ -7,12 +7,12 @@ using System.Runtime.Versioning;
namespace Ryujinx.Common.SystemInfo
{
[SupportedOSPlatform("windows")]
internal class WindowsSysteminfo : SystemInfo
internal class WindowsSystemInfo : SystemInfo
{
public override string CpuName { get; }
public override ulong RamSize { get; }
public WindowsSysteminfo()
public WindowsSystemInfo()
{
bool wmiNotAvailable = false;