From 41ac8242733f761d01105fa5674007317010a22a Mon Sep 17 00:00:00 2001
From: Alex Barney <thealexbarney@gmail.com>
Date: Thu, 23 Jul 2020 21:12:19 -0700
Subject: [PATCH] Update to LibHac 0.11.3 (#1414)

Removes the timeout when deleting files from the local file system
---
 Ryujinx.HLE/Ryujinx.HLE.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Ryujinx.HLE/Ryujinx.HLE.csproj b/Ryujinx.HLE/Ryujinx.HLE.csproj
index 01e20792f4..bc599c05fd 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>