mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
NCMContentType_* -> NcmContentType_*. Added author(s) to header
This commit is contained in:
parent
894b71f47b
commit
494e97ff60
@ -1,6 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file ncm.h
|
* @file ncm.h
|
||||||
* @brief Content Manager (ncm) service IPC wrapper.
|
* @brief Content Manager (ncm) service IPC wrapper.
|
||||||
|
* @author zhuowei & Adubbz
|
||||||
* @copyright libnx Authors
|
* @copyright libnx Authors
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
@ -9,12 +10,12 @@
|
|||||||
#include "../services/sm.h"
|
#include "../services/sm.h"
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
NCMContentType_CNMT = 0,
|
NcmContentType_CNMT = 0,
|
||||||
NCMContentType_Program = 1,
|
NcmContentType_Program = 1,
|
||||||
NCMContentType_Data = 2,
|
NcmContentType_Data = 2,
|
||||||
NCMContentType_Icon = 3,
|
NcmContentType_Icon = 3,
|
||||||
NCMContentType_Doc = 4,
|
NcmContentType_Doc = 4,
|
||||||
NCMContentType_Info = 5,
|
NcmContentType_Info = 5,
|
||||||
} NcmContentType;
|
} NcmContentType;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user