mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	Update teakra to fix macos issue; address comment feedbacks
This commit is contained in:
		
							parent
							
								
									e3ac248487
								
							
						
					
					
						commit
						05c372bf6c
					
				
					 7 changed files with 65 additions and 44 deletions
				
			
		| 
						 | 
				
			
			@ -3,6 +3,7 @@
 | 
			
		|||
// Refer to the license.txt file included.
 | 
			
		||||
 | 
			
		||||
#include <algorithm>
 | 
			
		||||
#include <utility>
 | 
			
		||||
#include "common/assert.h"
 | 
			
		||||
#include "common/logging/log.h"
 | 
			
		||||
#include "core/hle/kernel/errors.h"
 | 
			
		||||
| 
						 | 
				
			
			@ -96,7 +97,7 @@ const std::vector<SharedPtr<Thread>>& WaitObject::GetWaitingThreads() const {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
void WaitObject::SetHLENotifier(std::function<void()> callback) {
 | 
			
		||||
    hle_notifier = callback;
 | 
			
		||||
    hle_notifier = std::move(callback);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
} // namespace Kernel
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue