mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-06 11:06:27 -05:00
Made initial implementation of the thread scheduler, refactor Svc to avoid passing many arguments
This commit is contained in:
@@ -18,9 +18,9 @@ namespace Ryujinx.OsHle.Handles
|
||||
|
||||
protected virtual void Dispose(bool Disposing)
|
||||
{
|
||||
if(Disposing && Obj != null)
|
||||
if (Disposing && Obj != null)
|
||||
{
|
||||
if(Obj is IDisposable DisposableObj)
|
||||
if (Obj is IDisposable DisposableObj)
|
||||
{
|
||||
DisposableObj.Dispose();
|
||||
}
|
||||
|
Reference in New Issue
Block a user