From 0afb0f8d03ff527cacc04b6d6aedd8fa9f581ef3 Mon Sep 17 00:00:00 2001 From: jduncanator Date: Mon, 14 Jan 2019 10:13:20 +1100 Subject: [PATCH] Merge changes to Kernel IPC --- Ryujinx.HLE/HOS/Services/Friend/INotificationService.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ryujinx.HLE/HOS/Services/Friend/INotificationService.cs b/Ryujinx.HLE/HOS/Services/Friend/INotificationService.cs index 49855f68d9..7bcd0c708a 100644 --- a/Ryujinx.HLE/HOS/Services/Friend/INotificationService.cs +++ b/Ryujinx.HLE/HOS/Services/Friend/INotificationService.cs @@ -1,6 +1,7 @@ using Ryujinx.Common.Logging; using Ryujinx.HLE.HOS.Ipc; -using Ryujinx.HLE.HOS.Kernel; +using Ryujinx.HLE.HOS.Kernel.Common; +using Ryujinx.HLE.HOS.Kernel.Threading; using System; using System.Collections.Generic;