mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-01 20:47:44 +02:00
10 lines
No EOL
137 B
C#
10 lines
No EOL
137 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nv
|
|
{
|
|
static class NvHelper
|
|
{
|
|
public static void Crash()
|
|
{
|
|
|
|
}
|
|
}
|
|
} |