diff options
author | german77 <juangerman-13@hotmail.com> | 2021-10-11 07:43:11 +0200 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-25 03:30:24 +0100 |
commit | 06a5ef5874144a70e30e577a83ba68d1dad79e78 (patch) | |
tree | 867fa1153c7285c858cdb5bd7f60f08266532a88 /src/input_common/drivers/gc_adapter.h | |
parent | core: Update input interpreter (diff) | |
download | yuzu-06a5ef5874144a70e30e577a83ba68d1dad79e78.tar yuzu-06a5ef5874144a70e30e577a83ba68d1dad79e78.tar.gz yuzu-06a5ef5874144a70e30e577a83ba68d1dad79e78.tar.bz2 yuzu-06a5ef5874144a70e30e577a83ba68d1dad79e78.tar.lz yuzu-06a5ef5874144a70e30e577a83ba68d1dad79e78.tar.xz yuzu-06a5ef5874144a70e30e577a83ba68d1dad79e78.tar.zst yuzu-06a5ef5874144a70e30e577a83ba68d1dad79e78.zip |
Diffstat (limited to '')
-rw-r--r-- | src/input_common/drivers/gc_adapter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/drivers/gc_adapter.h b/src/input_common/drivers/gc_adapter.h index c0bf1ed7a..dd23dd9f3 100644 --- a/src/input_common/drivers/gc_adapter.h +++ b/src/input_common/drivers/gc_adapter.h @@ -24,7 +24,7 @@ public: explicit GCAdapter(const std::string input_engine_); ~GCAdapter(); - bool SetRumble(const PadIdentifier& identifier, + Input::VibrationError SetRumble(const PadIdentifier& identifier, const Input::VibrationStatus vibration) override; /// Used for automapping features |