Morph1984
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/core/hle/service/hid/hid.cpp
|
|
|
@ -696,8 +696,8 @@ void Hid::IsVibrationPermitted(Kernel::HLERequestContext& ctx) { |
|
|
|
|
|
|
|
IPC::ResponseBuilder rb{ctx, 3}; |
|
|
|
rb.Push(RESULT_SUCCESS); |
|
|
|
rb.Push(applet_resource->GetController<Controller_NPad>(HidController::NPad) |
|
|
|
.IsVibrationEnabled()); |
|
|
|
rb.Push( |
|
|
|
applet_resource->GetController<Controller_NPad>(HidController::NPad).IsVibrationEnabled()); |
|
|
|
} |
|
|
|
|
|
|
|
void Hid::ActivateConsoleSixAxisSensor(Kernel::HLERequestContext& ctx) { |
|
|
|
|