mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 13:27:45 +00:00
IsVibrationEnabled() as a const member func
This commit is contained in:
parent
32f74d8a88
commit
dec5cac1c1
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ void Controller_NPad::SetVibrationEnabled(bool can_vibrate) {
|
||||||
can_controllers_vibrate = can_vibrate;
|
can_controllers_vibrate = can_vibrate;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Controller_NPad::IsVibrationEnabled() {
|
bool Controller_NPad::IsVibrationEnabled() const {
|
||||||
return can_controllers_vibrate;
|
return can_controllers_vibrate;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue