mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 10:09:42 -06: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