correct mistakes

This commit is contained in:
greggameplayer 2018-06-12 18:50:38 +02:00 committed by GitHub
parent aa1920f9bb
commit 5346a0e077
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ 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 IApplicationAccessor : IpcService
{