mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-20 14:32:52 +00:00
misc: Code cleanups.
This commit is contained in:
@@ -41,11 +41,7 @@ namespace Ryujinx.Ava.UI.Helpers
|
||||
|
||||
if (_isWaitingForInput)
|
||||
{
|
||||
Dispatcher.UIThread.Post(() =>
|
||||
{
|
||||
Cancel();
|
||||
});
|
||||
|
||||
Dispatcher.UIThread.Post(() => Cancel());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user