Add Npdm parsing into Ryujinx.HLE

This commit is contained in:
Starlet 2018-07-20 17:53:06 -04:00
parent 241b46540d
commit 4b8a65fd84
2 changed files with 23 additions and 0 deletions

View file

@ -1,9 +1,12 @@
using Ryujinx.HLE.Loaders.Npdm;
using System;
namespace Ryujinx.HLE.OsHle
{
public class SystemStateMgr
{
internal static Npdm TitleMetadata { get; set; }
internal static string[] LanguageCodes = new string[]
{
"ja",