mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	Revert "Change 3D slider in-game"
This reverts commit bb9a972e35.
Needs to be completely redone in the HID HLE service module.
			
			
This commit is contained in:
		
							parent
							
								
									bb9a972e35
								
							
						
					
					
						commit
						81f4cef201
					
				
					 3 changed files with 0 additions and 12 deletions
				
			
		| 
						 | 
				
			
			@ -121,10 +121,6 @@ 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,8 +91,6 @@ public:
 | 
			
		|||
 | 
			
		||||
    void Set3DLed(u8);
 | 
			
		||||
 | 
			
		||||
    void Set3DSlider(float);
 | 
			
		||||
 | 
			
		||||
    SharedPageDef& GetSharedPage();
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue