mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 13:20:03 +00:00 
			
		
		
		
	shared_page: Allow Setting the 3D Slider
Currently, changing the Option while the Game is running does not work
This commit is contained in:
		
							parent
							
								
									2814bbc3da
								
							
						
					
					
						commit
						f4894d5677
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		|  | @ -97,4 +97,8 @@ void Set3DLed(u8 state) { | |||
|     shared_page.ledstate_3d = state; | ||||
| } | ||||
| 
 | ||||
| void Set3DSliderState(float_le state) { | ||||
|     shared_page.sliderstate_3d = state; | ||||
| } | ||||
| 
 | ||||
| } // namespace SharedPage
 | ||||
|  |  | |||
|  | @ -84,4 +84,6 @@ void SetWifiLinkLevel(WifiLinkLevel); | |||
| 
 | ||||
| void Set3DLed(u8); | ||||
| 
 | ||||
| void Set3DSliderState(float_le); | ||||
| 
 | ||||
| } // namespace SharedPage
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue