mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-06-30 16:19:05 +00:00
Rename services with the official interface names
This commit is contained in:
@@ -3,13 +3,13 @@ using System.Collections.Generic;
|
||||
|
||||
namespace Ryujinx.Core.OsHle.Services.Time
|
||||
{
|
||||
class ServiceTime : IpcService
|
||||
class IStaticService : IpcService
|
||||
{
|
||||
private Dictionary<int, ServiceProcessRequest> m_Commands;
|
||||
|
||||
public override IReadOnlyDictionary<int, ServiceProcessRequest> Commands => m_Commands;
|
||||
|
||||
public ServiceTime()
|
||||
public IStaticService()
|
||||
{
|
||||
m_Commands = new Dictionary<int, ServiceProcessRequest>()
|
||||
{
|
||||
Reference in New Issue
Block a user