mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-08 06:01:58 +00:00
misc: Move SystemInfo into Avalonia project
This commit is contained in:
parent
32cdccde12
commit
7f376b4f45
5 changed files with 5 additions and 5 deletions
|
@ -8,6 +8,7 @@ using Projektanker.Icons.Avalonia.MaterialDesign;
|
|||
using Ryujinx.Ava.Common.Locale;
|
||||
using Ryujinx.Ava.UI.Helpers;
|
||||
using Ryujinx.Ava.UI.Windows;
|
||||
using Ryujinx.Ava.Utilities.SystemInfo;
|
||||
using Ryujinx.Common;
|
||||
using Ryujinx.Common.Configuration;
|
||||
using Ryujinx.Common.GraphicsDriver;
|
||||
|
@ -20,7 +21,6 @@ using Ryujinx.UI.App.Common;
|
|||
using Ryujinx.UI.Common;
|
||||
using Ryujinx.UI.Common.Configuration;
|
||||
using Ryujinx.UI.Common.Helper;
|
||||
using Ryujinx.UI.Common.SystemInfo;
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
|
|
|
@ -5,7 +5,7 @@ using System.Globalization;
|
|||
using System.IO;
|
||||
using System.Runtime.Versioning;
|
||||
|
||||
namespace Ryujinx.UI.Common.SystemInfo
|
||||
namespace Ryujinx.Ava.Utilities.SystemInfo
|
||||
{
|
||||
[SupportedOSPlatform("linux")]
|
||||
class LinuxSystemInfo : SystemInfo
|
|
@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
|
|||
using System.Runtime.Versioning;
|
||||
using System.Text;
|
||||
|
||||
namespace Ryujinx.UI.Common.SystemInfo
|
||||
namespace Ryujinx.Ava.Utilities.SystemInfo
|
||||
{
|
||||
[SupportedOSPlatform("macos")]
|
||||
partial class MacOSSystemInfo : SystemInfo
|
|
@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
|
|||
using System.Runtime.Intrinsics.X86;
|
||||
using System.Text;
|
||||
|
||||
namespace Ryujinx.UI.Common.SystemInfo
|
||||
namespace Ryujinx.Ava.Utilities.SystemInfo
|
||||
{
|
||||
public class SystemInfo
|
||||
{
|
|
@ -4,7 +4,7 @@ using System.Management;
|
|||
using System.Runtime.InteropServices;
|
||||
using System.Runtime.Versioning;
|
||||
|
||||
namespace Ryujinx.UI.Common.SystemInfo
|
||||
namespace Ryujinx.Ava.Utilities.SystemInfo
|
||||
{
|
||||
[SupportedOSPlatform("windows")]
|
||||
partial class WindowsSystemInfo : SystemInfo
|
Loading…
Reference in a new issue