diff options
author | german77 <juangerman-13@hotmail.com> | 2021-10-31 10:41:44 -0500 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2021-11-24 20:30:26 -0600 |
commit | 730f07830247cfcdc551c253d30c6717fc16316c (patch) | |
tree | 9a0d7dbee51ad20e4a174c1be08816289a586d6a /src/yuzu/applets/qt_controller.cpp | |
parent | 2b1b0c2a30e242b08ec120e09803ec54d5445703 (diff) |
settings: Fix Debug controller type options
Diffstat (limited to 'src/yuzu/applets/qt_controller.cpp')
-rw-r--r-- | src/yuzu/applets/qt_controller.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu/applets/qt_controller.cpp b/src/yuzu/applets/qt_controller.cpp index 59289c6a5f..e9cb578b4a 100644 --- a/src/yuzu/applets/qt_controller.cpp +++ b/src/yuzu/applets/qt_controller.cpp @@ -26,8 +26,6 @@ namespace { -constexpr std::size_t HANDHELD_INDEX = 8; - void UpdateController(Core::HID::EmulatedController* controller, Core::HID::NpadType controller_type, bool connected) { if (controller->IsConnected()) { |