mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-24 12:30:07 +02:00
7 lines
104 B
C#
7 lines
104 B
C#
namespace Ryujinx.HLE.OsHle.Services.Nfp
|
|
{
|
|
enum DeviceState
|
|
{
|
|
Initialized = 0
|
|
}
|
|
} |