mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-03 02:37:12 +02:00
Rename IpcServices -> Services
This commit is contained in:
parent
1bd99e5597
commit
e922c3627a
81 changed files with 116 additions and 111 deletions
|
@ -1,7 +1,7 @@
|
|||
using Ryujinx.Core.OsHle.Ipc;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Ryujinx.Core.OsHle.IpcServices.Hid
|
||||
namespace Ryujinx.Core.OsHle.Services.Hid
|
||||
{
|
||||
class IActiveApplicationDeviceList : IpcService
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@ using Ryujinx.Core.OsHle.Handles;
|
|||
using Ryujinx.Core.OsHle.Ipc;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Ryujinx.Core.OsHle.IpcServices.Hid
|
||||
namespace Ryujinx.Core.OsHle.Services.Hid
|
||||
{
|
||||
class IAppletResource : IpcService
|
||||
{
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
using Ryujinx.Core.Input;
|
||||
using Ryujinx.Core.OsHle.Ipc;
|
||||
using System.Collections.Generic;
|
||||
using Ryujinx.Core.Input;
|
||||
|
||||
namespace Ryujinx.Core.OsHle.IpcServices.Hid
|
||||
namespace Ryujinx.Core.OsHle.Services.Hid
|
||||
{
|
||||
class ServiceHid : IpcService
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue