aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs
diff options
context:
space:
mode:
authorAc_K <Acoustik666@gmail.com>2020-11-27 18:57:20 +0100
committerGitHub <noreply@github.com>2020-11-27 18:57:20 +0100
commitb1877632cfabad9e5856c6f82430ecc851645be9 (patch)
treed6cb0455b9ad277e8fd1cf4f733cd8484f6818e7 /Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs
parent632a84155b537298b65da0653435882a753f0bbe (diff)
Remove some warnings and cleaning code (#1736)
Diffstat (limited to 'Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs')
-rw-r--r--Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs b/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs
index 2bdd6250..1b048c8e 100644
--- a/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs
+++ b/Ryujinx.Common/SystemInfo/WindowsSystemInfo.cs
@@ -2,9 +2,11 @@ using Ryujinx.Common.Logging;
using System;
using System.Management;
using System.Runtime.InteropServices;
+using System.Runtime.Versioning;
namespace Ryujinx.Common.SystemInfo
{
+ [SupportedOSPlatform("windows")]
internal class WindowsSysteminfo : SystemInfo
{
public override string CpuName { get; }