Misc language usage simplifications (#26)
un-nest some logic add some xmldoc simplify ini parse
This commit is contained in:
parent
dff28df84e
commit
068f9bff2e
9 changed files with 31 additions and 37 deletions
|
@ -30,10 +30,7 @@ namespace Ryujinx
|
|||
|
||||
internal virtual void OnFinish(EventArgs e)
|
||||
{
|
||||
if (Finish != null)
|
||||
{
|
||||
Finish(this, e);
|
||||
}
|
||||
Finish?.Invoke(this, e);
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue