mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 11:10:47 -07:00
Explicitly label class visibility
This commit is contained in:
@ -4,7 +4,7 @@ using System.Collections.Concurrent;
|
||||
|
||||
namespace Ryujinx.HLE.HOS.SystemState
|
||||
{
|
||||
class AppletStateMgr
|
||||
internal class AppletStateMgr
|
||||
{
|
||||
private ConcurrentQueue<MessageInfo> _messages;
|
||||
|
||||
|
Reference in New Issue
Block a user