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/Services/Ro | |
| parent | 6e0799580f0d1b473a79471c5d365c6524d97a86 (diff) | |
Update to LibHac 0.15.0 (#2986)
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/Ro')
| -rw-r--r-- | Ryujinx.HLE/HOS/Services/Ro/IRoInterface.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Ryujinx.HLE/HOS/Services/Ro/IRoInterface.cs b/Ryujinx.HLE/HOS/Services/Ro/IRoInterface.cs index 7a91ce1e..e93971fc 100644 --- a/Ryujinx.HLE/HOS/Services/Ro/IRoInterface.cs +++ b/Ryujinx.HLE/HOS/Services/Ro/IRoInterface.cs @@ -1,11 +1,10 @@ -using LibHac.FsSystem; +using LibHac.Tools.FsSystem; using Ryujinx.Common; using Ryujinx.Cpu; using Ryujinx.HLE.HOS.Kernel.Common; using Ryujinx.HLE.HOS.Kernel.Memory; using Ryujinx.HLE.HOS.Kernel.Process; using Ryujinx.HLE.Loaders.Executables; -using Ryujinx.HLE.Utilities; using System; using System.Collections.Generic; using System.IO; |
