diff options
| author | Alex Barney <thealexbarney@gmail.com> | 2020-07-23 21:12:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-24 06:12:19 +0200 |
| commit | 41ac8242733f761d01105fa5674007317010a22a (patch) | |
| tree | 447943062637166d777bc259b67a6ee1c6d02dd7 | |
| parent | 5a7df48975bcb04b1805031a26f5007211fe4c62 (diff) | |
Update to LibHac 0.11.3 (#1414)
Removes the timeout when deleting files from the local file system
| -rw-r--r-- | Ryujinx.HLE/Ryujinx.HLE.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.HLE/Ryujinx.HLE.csproj b/Ryujinx.HLE/Ryujinx.HLE.csproj index 01e20792..bc599c05 100644 --- a/Ryujinx.HLE/Ryujinx.HLE.csproj +++ b/Ryujinx.HLE/Ryujinx.HLE.csproj @@ -58,7 +58,7 @@ <ItemGroup> <PackageReference Include="Concentus" Version="1.1.7" /> - <PackageReference Include="LibHac" Version="0.11.2" /> + <PackageReference Include="LibHac" Version="0.11.3" /> <PackageReference Include="MsgPack.Cli" Version="1.0.1" /> </ItemGroup> |
