mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-12-31 21:13:04 +00:00
parent
735ebe577d
commit
205b597689
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
using Ryujinx.Core.Logging;
|
using Ryujinx.HLE.Logging;
|
||||||
using Ryujinx.Core.OsHle.Ipc;
|
using Ryujinx.HLE.OsHle.Ipc;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace Ryujinx.Core.OsHle.Services.Am
|
namespace Ryujinx.HLE.OsHle.Services.Am
|
||||||
{
|
{
|
||||||
class IApplicationAccessor : IpcService
|
class IApplicationAccessor : IpcService
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue