From 4185ae92089c9d453e74f8fac0e49025bf6064c5 Mon Sep 17 00:00:00 2001 From: Alex Barney Date: Tue, 18 Jun 2019 16:08:57 -0500 Subject: [PATCH] Fix build --- Ryujinx.Tests.Unicorn/UnicornAArch64.cs | 1 + Ryujinx/Ui/GLScreen.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/Ryujinx.Tests.Unicorn/UnicornAArch64.cs b/Ryujinx.Tests.Unicorn/UnicornAArch64.cs index 1b17b3166d..0425d1d3a5 100644 --- a/Ryujinx.Tests.Unicorn/UnicornAArch64.cs +++ b/Ryujinx.Tests.Unicorn/UnicornAArch64.cs @@ -1,3 +1,4 @@ +using Ryujinx.Tests.Unicorn.Native; using System; using System.Diagnostics.Contracts; using System.Runtime.Intrinsics; diff --git a/Ryujinx/Ui/GLScreen.cs b/Ryujinx/Ui/GLScreen.cs index dd9d8ed4fb..47fb3b5529 100644 --- a/Ryujinx/Ui/GLScreen.cs +++ b/Ryujinx/Ui/GLScreen.cs @@ -4,6 +4,7 @@ using OpenTK.Input; using Ryujinx.Graphics.Gal; using Ryujinx.HLE; using Ryujinx.HLE.Input; +using Ryujinx.Profiler.UI; using System; using System.Threading;