diff options
| author | Ac_K <Acoustik666@gmail.com> | 2020-11-27 18:57:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-27 18:57:20 +0100 |
| commit | b1877632cfabad9e5856c6f82430ecc851645be9 (patch) | |
| tree | d6cb0455b9ad277e8fd1cf4f733cd8484f6818e7 /Ryujinx.Common/SystemInfo/LinuxSystemInfo.cs | |
| parent | 632a84155b537298b65da0653435882a753f0bbe (diff) | |
Remove some warnings and cleaning code (#1736)
Diffstat (limited to 'Ryujinx.Common/SystemInfo/LinuxSystemInfo.cs')
| -rw-r--r-- | Ryujinx.Common/SystemInfo/LinuxSystemInfo.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Ryujinx.Common/SystemInfo/LinuxSystemInfo.cs b/Ryujinx.Common/SystemInfo/LinuxSystemInfo.cs index bd3ee57a..c729ab3d 100644 --- a/Ryujinx.Common/SystemInfo/LinuxSystemInfo.cs +++ b/Ryujinx.Common/SystemInfo/LinuxSystemInfo.cs @@ -1,8 +1,10 @@ using System.IO; using System.Linq; +using System.Runtime.Versioning; namespace Ryujinx.Common.SystemInfo { + [SupportedOSPlatform("linux")] internal class LinuxSysteminfo : SystemInfo { public override string CpuName { get; } |
