mirror of
https://github.com/Ryujinx-NX/Ryujinx.git
synced 2024-11-15 05:27:42 -07:00
Fix IDeliveryCacheProgressService GetEvent (#1409)
This commit is contained in:
parent
d5c34291a3
commit
1c84b683c2
@ -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 New Issue
Block a user