mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Mark Nacp as deprecated
This commit is contained in:
parent
bc769d7454
commit
ef72729391
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
using System.Collections.Generic;
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
namespace LibHac
|
namespace LibHac
|
||||||
{
|
{
|
||||||
|
[Obsolete("This class has been deprecated. LibHac.Ns.ApplicationControlProperty should be used instead.")]
|
||||||
public class Nacp
|
public class Nacp
|
||||||
{
|
{
|
||||||
public NacpDescription[] Descriptions { get; } = new NacpDescription[0x10];
|
public NacpDescription[] Descriptions { get; } = new NacpDescription[0x10];
|
||||||
|
|
Loading…
Reference in a new issue