mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-12-20 12:35:09 -06:00
Add Npdm parsing into Ryujinx.HLE
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user