mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 13:40:48 -07:00
Explicitly label class visibility
This commit is contained in:
@ -7,7 +7,7 @@ using System.Collections.Concurrent;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Nv.NvMap
|
||||
{
|
||||
class NvMapIoctl
|
||||
internal class NvMapIoctl
|
||||
{
|
||||
private const int FlagNotFreedYet = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user