|
|
@@ -2,20 +2,20 @@ using ChocolArm64;
|
|
|
using ChocolArm64.Events;
|
|
|
using ChocolArm64.Memory;
|
|
|
using ChocolArm64.State;
|
|
|
-using Ryujinx.Core.Loaders;
|
|
|
-using Ryujinx.Core.Loaders.Executables;
|
|
|
-using Ryujinx.Core.Logging;
|
|
|
-using Ryujinx.Core.OsHle.Diagnostics;
|
|
|
-using Ryujinx.Core.OsHle.Exceptions;
|
|
|
-using Ryujinx.Core.OsHle.Handles;
|
|
|
-using Ryujinx.Core.OsHle.Kernel;
|
|
|
-using Ryujinx.Core.OsHle.Services.Nv;
|
|
|
+using Ryujinx.HLE.Loaders;
|
|
|
+using Ryujinx.HLE.Loaders.Executables;
|
|
|
+using Ryujinx.HLE.Logging;
|
|
|
+using Ryujinx.HLE.OsHle.Diagnostics;
|
|
|
+using Ryujinx.HLE.OsHle.Exceptions;
|
|
|
+using Ryujinx.HLE.OsHle.Handles;
|
|
|
+using Ryujinx.HLE.OsHle.Kernel;
|
|
|
+using Ryujinx.HLE.OsHle.Services.Nv;
|
|
|
using System;
|
|
|
using System.Collections.Concurrent;
|
|
|
using System.Collections.Generic;
|
|
|
using System.Text;
|
|
|
|
|
|
-namespace Ryujinx.Core.OsHle
|
|
|
+namespace Ryujinx.HLE.OsHle
|
|
|
{
|
|
|
class Process : IDisposable
|
|
|
{
|