aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Services/Nfp/DeviceState.cs
blob: f0e748203bcc6b2c3cf3e94c4964589cb03f98a5 (plain)
1
2
3
4
5
6
7
namespace Ryujinx.Core.OsHle.Services.Nfp
{
    enum DeviceState
    {
        Initialized = 0
    }
}