mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	svc: changed SendSyncRequest to use Kernel::Object SyncRequest (instead of just service Interface class)
This commit is contained in:
		
							parent
							
								
									d73d782ba7
								
							
						
					
					
						commit
						9f7ed2d027
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -96,8 +96,8 @@ Result ConnectToPort(void* out, const char* port_name) { | |||
| /// Synchronize to an OS service
 | ||||
| Result SendSyncRequest(Handle handle) { | ||||
|     DEBUG_LOG(SVC, "SendSyncRequest called handle=0x%08X"); | ||||
|     Service::Interface* service = Service::g_manager->FetchFromHandle(handle); | ||||
|     service->Sync(); | ||||
|     Kernel::Object* object = Kernel::g_object_pool.GetFast<Kernel::Object>(handle); | ||||
|     object->SyncRequest(); | ||||
|     return 0; | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue