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:
@ -2,7 +2,7 @@ using System.Threading;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.Services.Nv.NvMap
|
||||
{
|
||||
class NvMapHandle
|
||||
internal class NvMapHandle
|
||||
{
|
||||
public int Handle;
|
||||
public int Id;
|
||||
|
Reference in New Issue
Block a user