mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	svc: ResetSignal is not stubbed
https://user-images.githubusercontent.com/20753089/48677874-b8e01c80-eb7b-11e8-8043-b99faa29022c.PNG
This commit is contained in:
		
							parent
							
								
									5d7167dfca
								
							
						
					
					
						commit
						13f79cc5bd
					
				@ -1101,7 +1101,7 @@ static ResultCode CloseHandle(Handle handle) {
 | 
			
		||||
 | 
			
		||||
/// Reset an event
 | 
			
		||||
static ResultCode ResetSignal(Handle handle) {
 | 
			
		||||
    LOG_WARNING(Kernel_SVC, "(STUBBED) called handle 0x{:08X}", handle);
 | 
			
		||||
    LOG_DEBUG(Kernel_SVC, "called handle 0x{:08X}", handle);
 | 
			
		||||
 | 
			
		||||
    const auto& handle_table = Core::CurrentProcess()->GetHandleTable();
 | 
			
		||||
    auto event = handle_table.Get<Event>(handle);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user