mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-02 02:59:07 -06:00
misc: Code cleanups & remove references to Patreon & Twitter.
This commit is contained in:
@ -33,17 +33,13 @@ namespace Ryujinx.UI.Common.SystemInfo
|
||||
public static SystemInfo Gather()
|
||||
{
|
||||
if (OperatingSystem.IsWindows())
|
||||
{
|
||||
return new WindowsSystemInfo();
|
||||
}
|
||||
else if (OperatingSystem.IsLinux())
|
||||
{
|
||||
|
||||
if (OperatingSystem.IsLinux())
|
||||
return new LinuxSystemInfo();
|
||||
}
|
||||
else if (OperatingSystem.IsMacOS())
|
||||
{
|
||||
|
||||
if (OperatingSystem.IsMacOS())
|
||||
return new MacOSSystemInfo();
|
||||
}
|
||||
|
||||
Logger.Error?.Print(LogClass.Application, "SystemInfo unsupported on this platform");
|
||||
|
||||
|
Reference in New Issue
Block a user