Remove some warnings and cleaning code (#1736)

This commit is contained in:
Ac_K
2020-11-27 18:57:20 +01:00
committed by GitHub
parent 632a84155b
commit b1877632cf
9 changed files with 74 additions and 71 deletions

View File

@@ -1,11 +1,13 @@
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
using System.Text;
using Ryujinx.Common.Logging;
namespace Ryujinx.Common.SystemInfo
{
[SupportedOSPlatform("macos")]
internal class MacOSSysteminfo : SystemInfo
{
public override string CpuName { get; }