mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	Change 3D slider in-game
This commit is contained in:
		
							parent
							
								
									a6c52d31ca
								
							
						
					
					
						commit
						bb9a972e35
					
				
					 3 changed files with 12 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -121,6 +121,10 @@ void Handler::Set3DLed(u8 state) {
 | 
			
		|||
    shared_page.ledstate_3d = state;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Handler::Set3DSlider(float slidestate) {
 | 
			
		||||
    shared_page.sliderstate_3d = slidestate;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
SharedPageDef& Handler::GetSharedPage() {
 | 
			
		||||
    return shared_page;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -91,6 +91,8 @@ public:
 | 
			
		|||
 | 
			
		||||
    void Set3DLed(u8);
 | 
			
		||||
 | 
			
		||||
    void Set3DSlider(float);
 | 
			
		||||
 | 
			
		||||
    SharedPageDef& GetSharedPage();
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue