diff options
| author | Ac_K <Acoustik666@gmail.com> | 2020-12-01 22:26:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-01 22:26:00 +0100 |
| commit | 5e6dc37aed22bd596db6a0e9c9a0527fc2a8e5b5 (patch) | |
| tree | 661c5f4825708f80c2e7e88b7f856d2d74df2af9 /Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs | |
| parent | a04a1b663d71b861e26f3bf70e8dba8b828f33ea (diff) | |
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
Diffstat (limited to 'Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs')
| -rw-r--r-- | Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs b/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs index 1b048c8e..479dd25f 100644 --- a/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs +++ b/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs @@ -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; |
