mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 23:16:38 +00:00
Fix IDeliveryCacheProgressService GetEvent (#1409)
This commit is contained in:
parent
d5c34291a3
commit
1c84b683c2
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ namespace Ryujinx.HLE.HOS.Services.Bcat.ServiceCreator
|
||||||
throw new InvalidOperationException("Out of handles!");
|
throw new InvalidOperationException("Out of handles!");
|
||||||
}
|
}
|
||||||
|
|
||||||
context.Response.HandleDesc = IpcHandleDesc.MakeMove(handle);
|
context.Response.HandleDesc = IpcHandleDesc.MakeCopy(handle);
|
||||||
|
|
||||||
Logger.PrintStub(LogClass.ServiceBcat);
|
Logger.PrintStub(LogClass.ServiceBcat);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue