mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-04 12:34:39 +08:00 
			
		
		
		
	apt: changed stubbed handle to be something other than 0xDEADBEEF (used as a magic value in other places) so that I can track how it propagates through the app code
This commit is contained in:
		
							parent
							
								
									f5a119a367
								
							
						
					
					
						commit
						0886dc70ed
					
				@ -23,7 +23,7 @@ void GetLockHandle(Service::Interface* self) {
 | 
			
		||||
 | 
			
		||||
    // TODO: This should be an actual mutex handle. Games will check that this is not non-zero 
 | 
			
		||||
    // (NULL), and fail if such. A faked non-zero value will at least enable further booting. 
 | 
			
		||||
    cmd_buff[5] = 0xDEADBEEF;
 | 
			
		||||
    cmd_buff[5] = 0x12345678;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const Interface::FunctionInfo FunctionTable[] = {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user