diff options
| author | Alex Barney <thealexbarney@gmail.com> | 2020-04-29 21:58:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-30 14:58:19 +1000 |
| commit | 7ab3fccd4d13bf3ed07a7fa207cfee61b43c56f3 (patch) | |
| tree | 744caac5f15b69f1c411c0dc4f491f9f56a57278 /Ryujinx.HLE/Ryujinx.HLE.csproj | |
| parent | 23170da5a0092c2a9d2d5d0b49da5ee1f53637ac (diff) | |
Add BCAT delivery cache support (#1154)
* Initial bcat delivery cache support
* Use LibHac 0.11.0
* Add option to open the BCAT savedata directory
Diffstat (limited to 'Ryujinx.HLE/Ryujinx.HLE.csproj')
| -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 8a7d4a0f..d82fc402 100644 --- a/Ryujinx.HLE/Ryujinx.HLE.csproj +++ b/Ryujinx.HLE/Ryujinx.HLE.csproj @@ -52,7 +52,7 @@ <ItemGroup> <PackageReference Include="Concentus" Version="1.1.7" /> - <PackageReference Include="LibHac" Version="0.10.0" /> + <PackageReference Include="LibHac" Version="0.11.0" /> <PackageReference Include="MsgPack.Cli" Version="1.0.1" /> </ItemGroup> |
