mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-31 16:09:03 -05:00 
			
		
		
		
	IsVibrationEnabled() as a const member func
This commit is contained in:
		| @@ -641,7 +641,7 @@ void Controller_NPad::SetVibrationEnabled(bool can_vibrate) { | ||||
|     can_controllers_vibrate = can_vibrate; | ||||
| } | ||||
|  | ||||
| bool Controller_NPad::IsVibrationEnabled() { | ||||
| bool Controller_NPad::IsVibrationEnabled() const { | ||||
|     return can_controllers_vibrate; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Morph1984
					Morph1984