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