mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	Kernel/Semaphore: Small style change
This commit is contained in:
		
							parent
							
								
									effb181888
								
							
						
					
					
						commit
						ea95876431
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -34,7 +34,7 @@ public:
 | 
			
		|||
    }
 | 
			
		||||
 | 
			
		||||
    ResultVal<bool> WaitSynchronization() override {
 | 
			
		||||
        bool wait = available_count == 0;
 | 
			
		||||
        bool wait = !IsAvailable();
 | 
			
		||||
 | 
			
		||||
        if (wait) {
 | 
			
		||||
            Kernel::WaitCurrentThread(WAITTYPE_SEMA, GetHandle());
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue