mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-31 22:37:08 +00:00
7 lines
131 B
C#
7 lines
131 B
C#
namespace Ryujinx.Common
|
|
{
|
|
public static class PlatformInfo
|
|
{
|
|
public static bool IsBionic { get; set; }
|
|
}
|
|
}
|