1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-11 14:36:43 +00:00
Ryujinx/Ryujinx.HLE/OsHle/Services/Nv/NvHelper.cs

10 lines
No EOL
137 B
C#

namespace Ryujinx.HLE.OsHle.Services.Nv
{
static class NvHelper
{
public static void Crash()
{
}
}
}