mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-09 03:37:52 +02:00
Support loading NSO/NRO without a MOD0 header, stub some functions, support more ids on SvcGetInfo
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user