mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 22:10:47 -07:00
7 lines
111 B
C#
7 lines
111 B
C#
namespace Ryujinx.HLE.HOS.Services.Nfp
|
|
{
|
|
internal enum DeviceState
|
|
{
|
|
Initialized = 0
|
|
}
|
|
} |