mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 07:17:10 +02:00
Support loading NSO/NRO without a MOD0 header, stub some functions, support more ids on SvcGetInfo
This commit is contained in:
parent
2746fa3d5d
commit
de8ea7c01b
15 changed files with 153 additions and 41 deletions
|
@ -31,6 +31,13 @@ namespace Ryujinx.OsHle.Objects
|
|||
return 0;
|
||||
}
|
||||
|
||||
public static long GetIndirectDisplayTransactionService(ServiceCtx Context)
|
||||
{
|
||||
MakeObject(Context, new ViIHOSBinderDriver());
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
public static long OpenDisplay(ServiceCtx Context)
|
||||
{
|
||||
string Name = GetDisplayName(Context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue