mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 12:18:01 -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