mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	APT: Fix typo in setting return code for NotifyToWait
This commit is contained in:
		
							parent
							
								
									350c5a7e32
								
							
						
					
					
						commit
						2572a62480
					
				@ -65,7 +65,7 @@ void NotifyToWait(Service::Interface* self) {
 | 
				
			|||||||
    // TODO(Subv): Verify this, it seems to get SWKBD and Home Menu further.
 | 
					    // TODO(Subv): Verify this, it seems to get SWKBD and Home Menu further.
 | 
				
			||||||
    Kernel::SignalEvent(pause_event_handle);
 | 
					    Kernel::SignalEvent(pause_event_handle);
 | 
				
			||||||
    LOG_WARNING(Service_APT, "(STUBBED) app_id=%u", app_id);
 | 
					    LOG_WARNING(Service_APT, "(STUBBED) app_id=%u", app_id);
 | 
				
			||||||
    cmd_buff[0] = 0;
 | 
					    cmd_buff[1] = 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void GetLockHandle(Service::Interface* self) {
 | 
					void GetLockHandle(Service::Interface* self) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user