Rename IpcServices -> Services
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user