mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-03 00:47:09 +02:00
Rename IpcServices -> Services
This commit is contained in:
parent
1bd99e5597
commit
e922c3627a
81 changed files with 116 additions and 111 deletions
|
@ -1,4 +1,4 @@
|
|||
namespace Ryujinx.Core.OsHle.IpcServices.NvServices
|
||||
namespace Ryujinx.Core.OsHle.Services.Nv
|
||||
{
|
||||
class NvFd
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace Ryujinx.Core.OsHle.IpcServices.NvServices
|
||||
namespace Ryujinx.Core.OsHle.Services.Nv
|
||||
{
|
||||
class NvMap
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Ryujinx.Core.OsHle.IpcServices.NvServices
|
||||
namespace Ryujinx.Core.OsHle.Services.Nv
|
||||
{
|
||||
class NvMapFb
|
||||
{
|
||||
|
|
|
@ -6,7 +6,7 @@ using Ryujinx.Graphics.Gpu;
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Ryujinx.Core.OsHle.IpcServices.NvServices
|
||||
namespace Ryujinx.Core.OsHle.Services.Nv
|
||||
{
|
||||
class ServiceNvDrv : IpcService, IDisposable
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue