aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Services/Nv/NvHelper.cs
blob: c5cee361ca105dcc8371a32ef1c1a8282419dc43 (plain)
1
2
3
4
5
6
7
8
9
10
namespace Ryujinx.Core.OsHle.Services.Nv
{
    static class NvHelper
    {
        public static void Crash()
        {

        }
    }
}