mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 22:07:10 +02:00
Rename services with the official interface names
This commit is contained in:
parent
f15b1c76a1
commit
69e32e5bbc
29 changed files with 236 additions and 196 deletions
|
@ -3,13 +3,13 @@ using System.Collections.Generic;
|
|||
|
||||
namespace Ryujinx.Core.OsHle.Services.Acc
|
||||
{
|
||||
class ServiceAcc : IpcService
|
||||
class IAccountServiceForApplication : IpcService
|
||||
{
|
||||
private Dictionary<int, ServiceProcessRequest> m_Commands;
|
||||
|
||||
public override IReadOnlyDictionary<int, ServiceProcessRequest> Commands => m_Commands;
|
||||
|
||||
public ServiceAcc()
|
||||
public IAccountServiceForApplication()
|
||||
{
|
||||
m_Commands = new Dictionary<int, ServiceProcessRequest>()
|
||||
{
|
Loading…
Add table
Add a link
Reference in a new issue