mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	srv::Initialize: Return "success" status code.
This commit is contained in:
		
							parent
							
								
									7122c46937
								
							
						
					
					
						commit
						ae93adddd1
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -16,6 +16,10 @@ Handle g_event_handle = 0; | ||||||
| 
 | 
 | ||||||
| void Initialize(Service::Interface* self) { | void Initialize(Service::Interface* self) { | ||||||
|     DEBUG_LOG(OSHLE, "called"); |     DEBUG_LOG(OSHLE, "called"); | ||||||
|  | 
 | ||||||
|  |     u32* cmd_buff = Service::GetCommandBuffer(); | ||||||
|  | 
 | ||||||
|  |     cmd_buff[1] = 0; // No error
 | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void GetProcSemaphore(Service::Interface* self) { | void GetProcSemaphore(Service::Interface* self) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue