Fix IDeliveryCacheProgressService GetEvent (#1409)

This commit is contained in:
gdkchan
2020-07-20 21:54:50 -03:00
committed by GitHub
parent d5c34291a3
commit 1c84b683c2

View File

@ -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);