mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-05 14:38:58 -06: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