kenji-nx/src/Ryujinx.Common/PlatformInfo.cs
2025-05-15 14:37:35 -05:00

7 lines
131 B
C#

namespace Ryujinx.Common
{
public static class PlatformInfo
{
public static bool IsBionic { get; set; }
}
}