mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Kernel/Mutex: Add a missing return in Mutex::Release
Fixes a regression in #3042. Closes #3079
This commit is contained in:
		
							parent
							
								
									8ba2de1580
								
							
						
					
					
						commit
						ff17773c28
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -88,6 +88,8 @@ ResultCode Mutex::Release(Thread* thread) { | ||||||
|         WakeupAllWaitingThreads(); |         WakeupAllWaitingThreads(); | ||||||
|         Core::System::GetInstance().PrepareReschedule(); |         Core::System::GetInstance().PrepareReschedule(); | ||||||
|     } |     } | ||||||
|  |      | ||||||
|  |     return RESULT_SUCCESS; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void Mutex::AddWaitingThread(SharedPtr<Thread> thread) { | void Mutex::AddWaitingThread(SharedPtr<Thread> thread) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue