mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	Do 3D slider updating in the HID module
This commit is contained in:
		
							parent
							
								
									81f4cef201
								
							
						
					
					
						commit
						6f2eb2a418
					
				
					 3 changed files with 13 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -121,6 +121,10 @@ void Handler::Set3DLed(u8 state) {
 | 
			
		|||
    shared_page.ledstate_3d = state;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Handler::Set3DSlider(float_le slidestate) {
 | 
			
		||||
    shared_page.sliderstate_3d = slidestate;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
SharedPageDef& Handler::GetSharedPage() {
 | 
			
		||||
    return shared_page;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -89,6 +89,8 @@ public:
 | 
			
		|||
 | 
			
		||||
    void SetWifiLinkLevel(WifiLinkLevel);
 | 
			
		||||
 | 
			
		||||
    void Set3DSlider(float_le);
 | 
			
		||||
 | 
			
		||||
    void Set3DLed(u8);
 | 
			
		||||
 | 
			
		||||
    SharedPageDef& GetSharedPage();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue