mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-02 07:46:27 -05:00
Make HSessionObj implement IDisposable (#10)
* Make HSessionObj implement IDisposable, so that objects that have handles created to them are disposed when the handles are closed. * Spelling fix: GenertateObjectId -> GenerateObjectId
This commit is contained in:
@@ -212,7 +212,7 @@ namespace Ryujinx.OsHle.Ipc
|
||||
|
||||
Ns.Os.Handles.ReplaceData(HndId, Dom);
|
||||
|
||||
return FillResponse(Response, 0, Dom.GenertateObjectId(Dom));
|
||||
return FillResponse(Response, 0, Dom.GenerateObjectId(Dom));
|
||||
}
|
||||
|
||||
private static IpcMessage IpcDuplicateSessionEx(
|
||||
|
Reference in New Issue
Block a user