mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Updated CodecCtl with more service names.
This commit is contained in:
		
							parent
							
								
									ed2da0ef70
								
							
						
					
					
						commit
						ee3ca32fa3
					
				@ -22,9 +22,9 @@ CodecCtl::CodecCtl() : ServiceFramework("codecctl") {
 | 
				
			|||||||
        {0x00000007, nullptr, "SetCodecActiveTarget"},
 | 
					        {0x00000007, nullptr, "SetCodecActiveTarget"},
 | 
				
			||||||
        {0x00000008, nullptr, "Unknown"},
 | 
					        {0x00000008, nullptr, "Unknown"},
 | 
				
			||||||
        {0x00000009, nullptr, "BindCodecHeadphoneMicJackInterrupt"},
 | 
					        {0x00000009, nullptr, "BindCodecHeadphoneMicJackInterrupt"},
 | 
				
			||||||
        {0x0000000A, nullptr, "IsCodecHeadphoneMicJackInserted"},
 | 
					        {0x00000010, nullptr, "IsCodecHeadphoneMicJackInserted"},
 | 
				
			||||||
        {0x0000000B, nullptr, "ClearCodecHeadphoneMicJackInterrupt"},
 | 
					        {0x00000011, nullptr, "ClearCodecHeadphoneMicJackInterrupt"},
 | 
				
			||||||
        {0x0000000C, nullptr, "IsCodecDeviceRequested"},
 | 
					        {0x00000012, nullptr, "IsCodecDeviceRequested"},
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    RegisterHandlers(functions);
 | 
					    RegisterHandlers(functions);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user