Przeglądaj źródła

Fix IDeliveryCacheProgressService GetEvent (#1409)

gdkchan 5 lat temu
rodzic
commit
1c84b683c2

+ 1 - 1
Ryujinx.HLE/HOS/Services/Bcat/ServiceCreator/IDeliveryCacheProgressService.cs

@@ -27,7 +27,7 @@ namespace Ryujinx.HLE.HOS.Services.Bcat.ServiceCreator
                 throw new InvalidOperationException("Out of handles!");
             }
 
-            context.Response.HandleDesc = IpcHandleDesc.MakeMove(handle);
+            context.Response.HandleDesc = IpcHandleDesc.MakeCopy(handle);
 
             Logger.PrintStub(LogClass.ServiceBcat);