diff options
| author | 2017-02-25 21:21:52 +0200 | |
|---|---|---|
| committer | 2017-05-03 09:44:00 +0300 | |
| commit | 12bcf64ab512df5e6034429c7b2a12981df19a5e (patch) | |
| tree | 01281f9034b8cddf33fd925f8d2304467d19d09b /src/core/settings.cpp | |
| parent | qt: enable config for circle pad pro (diff) | |
| download | yuzu-12bcf64ab512df5e6034429c7b2a12981df19a5e.tar.gz yuzu-12bcf64ab512df5e6034429c7b2a12981df19a5e.tar.xz yuzu-12bcf64ab512df5e6034429c7b2a12981df19a5e.zip | |
ir: implement circle pad pro
Diffstat (limited to 'src/core/settings.cpp')
| -rw-r--r-- | src/core/settings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/settings.cpp b/src/core/settings.cpp index a598f9f2f..3d22c0afa 100644 --- a/src/core/settings.cpp +++ b/src/core/settings.cpp | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | #include "audio_core/audio_core.h" | 5 | #include "audio_core/audio_core.h" |
| 6 | #include "core/gdbstub/gdbstub.h" | 6 | #include "core/gdbstub/gdbstub.h" |
| 7 | #include "core/hle/service/hid/hid.h" | 7 | #include "core/hle/service/hid/hid.h" |
| 8 | #include "core/hle/service/ir/ir_user.h" | ||
| 8 | #include "settings.h" | 9 | #include "settings.h" |
| 9 | #include "video_core/video_core.h" | 10 | #include "video_core/video_core.h" |
| 10 | 11 | ||
| @@ -32,6 +33,7 @@ void Apply() { | |||
| 32 | AudioCore::EnableStretching(values.enable_audio_stretching); | 33 | AudioCore::EnableStretching(values.enable_audio_stretching); |
| 33 | 34 | ||
| 34 | Service::HID::ReloadInputDevices(); | 35 | Service::HID::ReloadInputDevices(); |
| 36 | Service::IR::ReloadInputDevices(); | ||
| 35 | } | 37 | } |
| 36 | 38 | ||
| 37 | } // namespace | 39 | } // namespace |