mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Timer: restore missing signaled=true from #2421
This commit is contained in:
		
							parent
							
								
									5e334af369
								
							
						
					
					
						commit
						85ba60d5ec
					
				@ -80,6 +80,8 @@ void Timer::WakeupAllWaitingThreads() {
 | 
				
			|||||||
void Timer::Signal(int cycles_late) {
 | 
					void Timer::Signal(int cycles_late) {
 | 
				
			||||||
    LOG_TRACE(Kernel, "Timer %u fired", GetObjectId());
 | 
					    LOG_TRACE(Kernel, "Timer %u fired", GetObjectId());
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    signaled = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Resume all waiting threads
 | 
					    // Resume all waiting threads
 | 
				
			||||||
    WakeupAllWaitingThreads();
 | 
					    WakeupAllWaitingThreads();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user