mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest
This commit is contained in:
		
							parent
							
								
									15d2ab1b33
								
							
						
					
					
						commit
						d73d782ba7
					
				
					 4 changed files with 11 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -26,12 +26,6 @@ public:
 | 
			
		|||
        return "srv:";
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Called when svcSendSyncRequest is called, loads command buffer and executes comand
 | 
			
		||||
     * @return Return result of svcSendSyncRequest passed back to user app
 | 
			
		||||
     */
 | 
			
		||||
    Result Sync();
 | 
			
		||||
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
} // namespace
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue