mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-15 03:00:17 +00:00
10 lines
147 B
C#
10 lines
147 B
C#
namespace Ryujinx.Horizon.Sdk
|
|
{
|
|
static class DebugUtil
|
|
{
|
|
public static void Assert(bool condition)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|