diff options
Diffstat (limited to 'Ryujinx.HLE/OsHle/Services/Nv/NvHelper.cs')
| -rw-r--r-- | Ryujinx.HLE/OsHle/Services/Nv/NvHelper.cs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Ryujinx.HLE/OsHle/Services/Nv/NvHelper.cs b/Ryujinx.HLE/OsHle/Services/Nv/NvHelper.cs new file mode 100644 index 00000000..22f1fecc --- /dev/null +++ b/Ryujinx.HLE/OsHle/Services/Nv/NvHelper.cs @@ -0,0 +1,10 @@ +namespace Ryujinx.HLE.OsHle.Services.Nv +{ + static class NvHelper + { + public static void Crash() + { + + } + } +}
\ No newline at end of file |
