mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-30 01:42:23 -05:00
Rename IpcServices -> Services
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
using ChocolArm64.Memory;
|
||||
using Ryujinx.Core.OsHle.Handles;
|
||||
using Ryujinx.Core.OsHle.IpcServices.NvServices;
|
||||
using Ryujinx.Core.OsHle.Services.Nv;
|
||||
using Ryujinx.Graphics.Gal;
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using static Ryujinx.Core.OsHle.Services.Android.Parcel;
|
||||
|
||||
using static Ryujinx.Core.OsHle.IpcServices.Android.Parcel;
|
||||
|
||||
namespace Ryujinx.Core.OsHle.IpcServices.Android
|
||||
namespace Ryujinx.Core.OsHle.Services.Android
|
||||
{
|
||||
class NvFlinger : IDisposable
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user