mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-11-07 13:18:58 -06: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:
@@ -17,7 +17,7 @@ namespace Ryujinx.OsHle.Handles
|
||||
ObjIds = new IdPool();
|
||||
}
|
||||
|
||||
public int GenertateObjectId(object Obj)
|
||||
public int GenerateObjectId(object Obj)
|
||||
{
|
||||
int Id = ObjIds.GenerateId();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user