correct mistakes

This commit is contained in:
greggameplayer 2018-06-12 18:49:47 +02:00 committed by GitHub
parent fe410219c6
commit 735ebe577d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
using Ryujinx.Core.Logging;
using Ryujinx.Core.OsHle.Ipc;
using Ryujinx.HLE.Logging;
using Ryujinx.HLE.OsHle.Ipc;
using System.Collections.Generic;
namespace Ryujinx.Core.OsHle.Services.Am
namespace Ryujinx.HLE.OsHle.Services.Am
{
class IAppletAccessor : IpcService
{