NCMContentType_* -> NcmContentType_*. Added author(s) to header

This commit is contained in:
Adubbz 2018-07-06 22:53:02 +10:00
parent 894b71f47b
commit 494e97ff60

View File

@ -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 {