aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Loaders/Executables/NsoExecutable.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.HLE/Loaders/Executables/NsoExecutable.cs')
-rw-r--r--Ryujinx.HLE/Loaders/Executables/NsoExecutable.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/Loaders/Executables/NsoExecutable.cs b/Ryujinx.HLE/Loaders/Executables/NsoExecutable.cs
index 285ce7e6..4f1c4ca1 100644
--- a/Ryujinx.HLE/Loaders/Executables/NsoExecutable.cs
+++ b/Ryujinx.HLE/Loaders/Executables/NsoExecutable.cs
@@ -1,7 +1,7 @@
using LibHac.Common;
using LibHac.Fs;
-using LibHac.FsSystem;
using LibHac.Loader;
+using LibHac.Tools.FsSystem;
using Ryujinx.Common.Logging;
using System;
using System.Text;