mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 12:57:10 +02:00
Show service short name for unimplemented commands
This commit is contained in:
parent
f985d7bd27
commit
66c4ef1cf3
4 changed files with 11 additions and 6 deletions
|
@ -153,7 +153,7 @@ namespace Ryujinx.Core.OsHle.Svc
|
|||
|
||||
//TODO: Validate that app has perms to access the service, and that the service
|
||||
//actually exists, return error codes otherwise.
|
||||
KSession Session = new KSession(ServiceFactory.MakeService(Name));
|
||||
KSession Session = new KSession(ServiceFactory.MakeService(Name), Name);
|
||||
|
||||
ulong Handle = (ulong)Process.HandleTable.OpenHandle(Session);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue