mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 18:42:15 +02:00
Update nifm.h
This commit is contained in:
parent
3f10f68f72
commit
fcb3622588
@ -10,10 +10,10 @@
|
||||
#include "../services/sm.h"
|
||||
|
||||
typedef enum {
|
||||
NifmServiceType_NotInitialized = 0, ///< initializes nifm:u.
|
||||
NifmServiceType_User = 1, ///< initializes nifm:u.
|
||||
NifmServiceType_System = 2, ///< initializes nifm:s.
|
||||
NifmServiceType_Admin = 3, ///< initializes nifm:a.
|
||||
NifmServiceType_NotInitialized = 0, ///< Initializes nifm:u.
|
||||
NifmServiceType_User = 1, ///< Initializes nifm:u.
|
||||
NifmServiceType_System = 2, ///< Initializes nifm:s.
|
||||
NifmServiceType_Admin = 3, ///< Initializes nifm:a.
|
||||
} NifmServiceType;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user