diff options
author | Alex Barney <thealexbarney@gmail.com> | 2020-09-01 13:08:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 17:08:59 -0300 |
commit | 1bb7fdaca43c5dcb016dfb9fd13319f4638cb0d2 (patch) | |
tree | c63faefdea79b66e356b4b3c9c9f1f736c9bf151 /Ryujinx.HLE/FileSystem/SaveHelper.cs | |
parent | 6cc187da594a620f89df38ff537511138b03c9dc (diff) |
Update to LibHac 0.12.0 (#1485)
* Update to LibHac 0.12.0
* Auto-formatting. Fixed a bug in SetApplicationCopyrightImage
Diffstat (limited to 'Ryujinx.HLE/FileSystem/SaveHelper.cs')
-rw-r--r-- | Ryujinx.HLE/FileSystem/SaveHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/FileSystem/SaveHelper.cs b/Ryujinx.HLE/FileSystem/SaveHelper.cs index b9abcb85..51a25515 100644 --- a/Ryujinx.HLE/FileSystem/SaveHelper.cs +++ b/Ryujinx.HLE/FileSystem/SaveHelper.cs @@ -1,4 +1,4 @@ -using LibHac.Fs; +using LibHac.Fs.Fsa; using LibHac.FsSystem; using Ryujinx.HLE.HOS; using System.IO; |