aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Loaders/Executables/NsoExecutable.cs
diff options
context:
space:
mode:
authorAlex Barney <thealexbarney@gmail.com>2022-01-12 04:22:19 -0700
committerGitHub <noreply@github.com>2022-01-12 12:22:19 +0100
commitf4bbc019b98fc026cd5e701d54be891e27077ff8 (patch)
treed9105a2aa8c3465c0f10786e9359a097a93a739e /Ryujinx.HLE/Loaders/Executables/NsoExecutable.cs
parent6e0799580f0d1b473a79471c5d365c6524d97a86 (diff)
Update to LibHac 0.15.0 (#2986)
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;