aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common/SystemInfo/LinuxSystemInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Common/SystemInfo/LinuxSystemInfo.cs')
-rw-r--r--Ryujinx.Common/SystemInfo/LinuxSystemInfo.cs2
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; }