1
0
forked from MeloNX/MeloNX

Fix IDeliveryCacheProgressService GetEvent (#1409)

This commit is contained in:
gdkchan 2020-07-20 21:54:50 -03:00 committed by GitHub
parent c4315dba99
commit 6297a1daf2

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