mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-07 02:32:33 -07:00
Explicitly label class visibility
This commit is contained in:
@@ -8,7 +8,7 @@ using System.Collections.Concurrent;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Nv.NvGpuAS
|
||||
{
|
||||
class NvGpuASIoctl
|
||||
internal class NvGpuASIoctl
|
||||
{
|
||||
private const int FlagFixedOffset = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user