Support loading NSO/NRO without a MOD0 header, stub some functions, support more ids on SvcGetInfo
This commit is contained in:
parent
2347c44bbf
commit
b99e808791
15 changed files with 153 additions and 41 deletions
|
@ -4,7 +4,7 @@ using System.IO;
|
|||
|
||||
namespace Ryujinx.Loaders.Executables
|
||||
{
|
||||
class Nro : IElf
|
||||
class Nro : IExecutable
|
||||
{
|
||||
private byte[] m_Text;
|
||||
private byte[] m_RO;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue