diff options
| author | 2019-09-04 10:06:38 -0400 | |
|---|---|---|
| committer | 2019-09-04 10:06:38 -0400 | |
| commit | d6969fa7d4fed7460530ab2e17f48043c8613f6b (patch) | |
| tree | 35353348963df3a9401b1b4b61947b6d0236fe67 /src/core | |
| parent | Update npad.h (diff) | |
| download | yuzu-d6969fa7d4fed7460530ab2e17f48043c8613f6b.tar.gz yuzu-d6969fa7d4fed7460530ab2e17f48043c8613f6b.tar.xz yuzu-d6969fa7d4fed7460530ab2e17f48043c8613f6b.zip | |
clang-format
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/hle/service/hid/hid.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/hid/hid.cpp b/src/core/hle/service/hid/hid.cpp index 6446edae3..f8b1ca816 100644 --- a/src/core/hle/service/hid/hid.cpp +++ b/src/core/hle/service/hid/hid.cpp | |||
| @@ -696,8 +696,8 @@ void Hid::IsVibrationPermitted(Kernel::HLERequestContext& ctx) { | |||
| 696 | 696 | ||
| 697 | IPC::ResponseBuilder rb{ctx, 3}; | 697 | IPC::ResponseBuilder rb{ctx, 3}; |
| 698 | rb.Push(RESULT_SUCCESS); | 698 | rb.Push(RESULT_SUCCESS); |
| 699 | rb.Push(applet_resource->GetController<Controller_NPad>(HidController::NPad) | 699 | rb.Push( |
| 700 | .IsVibrationEnabled()); | 700 | applet_resource->GetController<Controller_NPad>(HidController::NPad).IsVibrationEnabled()); |
| 701 | } | 701 | } |
| 702 | 702 | ||
| 703 | void Hid::ActivateConsoleSixAxisSensor(Kernel::HLERequestContext& ctx) { | 703 | void Hid::ActivateConsoleSixAxisSensor(Kernel::HLERequestContext& ctx) { |