diff options
| author | Alex Barney <thealexbarney@gmail.com> | 2022-01-12 04:22:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-12 12:22:19 +0100 |
| commit | f4bbc019b98fc026cd5e701d54be891e27077ff8 (patch) | |
| tree | d9105a2aa8c3465c0f10786e9359a097a93a739e /Ryujinx.HLE/HOS/Applets/Error/ErrorApplet.cs | |
| parent | 6e0799580f0d1b473a79471c5d365c6524d97a86 (diff) | |
Update to LibHac 0.15.0 (#2986)
Diffstat (limited to 'Ryujinx.HLE/HOS/Applets/Error/ErrorApplet.cs')
| -rw-r--r-- | Ryujinx.HLE/HOS/Applets/Error/ErrorApplet.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Ryujinx.HLE/HOS/Applets/Error/ErrorApplet.cs b/Ryujinx.HLE/HOS/Applets/Error/ErrorApplet.cs index c90edda8..c0d99a77 100644 --- a/Ryujinx.HLE/HOS/Applets/Error/ErrorApplet.cs +++ b/Ryujinx.HLE/HOS/Applets/Error/ErrorApplet.cs @@ -2,7 +2,8 @@ using LibHac.Fs; using LibHac.Fs.Fsa; using LibHac.FsSystem; -using LibHac.FsSystem.NcaUtils; +using LibHac.Tools.FsSystem; +using LibHac.Tools.FsSystem.NcaUtils; using Ryujinx.Common.Logging; using Ryujinx.HLE.FileSystem; using Ryujinx.HLE.HOS.Services.Am.AppletAE; |
