mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 22:20:46 -07:00
10 lines
144 B
C#
10 lines
144 B
C#
namespace Ryujinx.HLE.HOS.Services.Nv
|
|
{
|
|
internal static class NvHelper
|
|
{
|
|
public static void Crash()
|
|
{
|
|
|
|
}
|
|
}
|
|
} |