mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-04 23:06:26 +02:00
misc: Fix the issues blocking PRs
This commit is contained in:
parent
509f6d738c
commit
8b75ce1d98
3 changed files with 3 additions and 1 deletions
|
@ -83,6 +83,7 @@ namespace Ryujinx.Input.SDL2
|
|||
|
||||
public void Dispose()
|
||||
{
|
||||
GC.SuppressFinalize(this);
|
||||
_driver = null;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -171,6 +171,7 @@ namespace Ryujinx.Input.SDL2
|
|||
return;
|
||||
}
|
||||
|
||||
GC.SuppressFinalize(this);
|
||||
_isDisposed = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue