mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	Timer: restore missing signaled=true from #2421
This commit is contained in:
		
							parent
							
								
									5e334af369
								
							
						
					
					
						commit
						85ba60d5ec
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -80,6 +80,8 @@ void Timer::WakeupAllWaitingThreads() {
 | 
			
		|||
void Timer::Signal(int cycles_late) {
 | 
			
		||||
    LOG_TRACE(Kernel, "Timer %u fired", GetObjectId());
 | 
			
		||||
 | 
			
		||||
    signaled = true;
 | 
			
		||||
 | 
			
		||||
    // Resume all waiting threads
 | 
			
		||||
    WakeupAllWaitingThreads();
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue