mirror of
				https://github.com/ryujinx-mirror/ryujinx.git
				synced 2025-11-04 08:18:58 -06:00 
			
		
		
		
	"Task.Wait()" synchronously blocks, use "await" instead (#6598)
This commit is contained in:
		@@ -285,7 +285,7 @@ namespace Ryujinx.Ava.UI.Windows
 | 
			
		||||
                {
 | 
			
		||||
                    _deferLoad = false;
 | 
			
		||||
 | 
			
		||||
                    ViewModel.LoadApplication(_launchPath, _startFullscreen).Wait();
 | 
			
		||||
                    await ViewModel.LoadApplication(_launchPath, _startFullscreen);
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
            else
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user