Mark Nacp as deprecated

This commit is contained in:
Alex Barney 2020-03-23 10:32:22 -07:00
parent bc769d7454
commit ef72729391

View file

@ -1,8 +1,10 @@
using System.Collections.Generic;
using System;
using System.Collections.Generic;
using System.IO;
namespace LibHac
{
[Obsolete("This class has been deprecated. LibHac.Ns.ApplicationControlProperty should be used instead.")]
public class Nacp
{
public NacpDescription[] Descriptions { get; } = new NacpDescription[0x10];