Explicitly label class visibility
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
namespace Ryujinx.HLE.HOS.Kernel
|
||||
{
|
||||
enum ProcessState : byte
|
||||
internal enum ProcessState : byte
|
||||
{
|
||||
Created = 0,
|
||||
CreatedAttached = 1,
|
||||
|
Reference in New Issue
Block a user