diff options
author | Alex Barney <thealexbarney@gmail.com> | 2022-02-26 16:52:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-27 00:52:25 +0100 |
commit | 3705c206688c69d3348f5cec84dc480d8d7c578e (patch) | |
tree | 6e0efab92727d3712ee27c83be3bdd6df7a97de3 /Ryujinx.HLE/HOS/Services/Fs/IDeviceOperator.cs | |
parent | 7b35ebc64a411e95e197bb36ad4b55c522c3703d (diff) |
Update LibHac to v0.16.0 (#3159)1.1.54
Diffstat (limited to 'Ryujinx.HLE/HOS/Services/Fs/IDeviceOperator.cs')
-rw-r--r-- | Ryujinx.HLE/HOS/Services/Fs/IDeviceOperator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/HOS/Services/Fs/IDeviceOperator.cs b/Ryujinx.HLE/HOS/Services/Fs/IDeviceOperator.cs index 8be0bbcf..07ade0c6 100644 --- a/Ryujinx.HLE/HOS/Services/Fs/IDeviceOperator.cs +++ b/Ryujinx.HLE/HOS/Services/Fs/IDeviceOperator.cs @@ -1,6 +1,6 @@ using LibHac; using LibHac.Common; -using LibHac.FsSrv; +using LibHac.Fs; namespace Ryujinx.HLE.HOS.Services.Fs { |