summaryrefslogtreecommitdiff
path: root/src/core/settings.cpp
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-02-25 21:21:52 +0200
committerwwylele <wwylele@gmail.com>2017-05-03 09:44:00 +0300
commit12bcf64ab512df5e6034429c7b2a12981df19a5e (patch)
tree01281f9034b8cddf33fd925f8d2304467d19d09b /src/core/settings.cpp
parent6843538f7c9c201c6adebc6ef3786109d9539a3d (diff)
ir: implement circle pad pro
Diffstat (limited to 'src/core/settings.cpp')
-rw-r--r--src/core/settings.cpp2
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 @@
#include "audio_core/audio_core.h"
#include "core/gdbstub/gdbstub.h"
#include "core/hle/service/hid/hid.h"
+#include "core/hle/service/ir/ir_user.h"
#include "settings.h"
#include "video_core/video_core.h"
@@ -32,6 +33,7 @@ void Apply() {
AudioCore::EnableStretching(values.enable_audio_stretching);
Service::HID::ReloadInputDevices();
+ Service::IR::ReloadInputDevices();
}
} // namespace