summaryrefslogtreecommitdiffstats
path: root/src/core/hid/hid_core.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-12-05 02:37:03 +0100
committergerman77 <juangerman-13@hotmail.com>2021-12-05 06:20:18 +0100
commit7fe455e42ea1a8d5e702258212d54f21f1f31610 (patch)
tree0527ae35ff85e56adc4201d3e3204ec53bfeddb6 /src/core/hid/hid_core.h
parentMerge pull request #7467 from liushuyu/fix-linux-decoding (diff)
downloadyuzu-7fe455e42ea1a8d5e702258212d54f21f1f31610.tar
yuzu-7fe455e42ea1a8d5e702258212d54f21f1f31610.tar.gz
yuzu-7fe455e42ea1a8d5e702258212d54f21f1f31610.tar.bz2
yuzu-7fe455e42ea1a8d5e702258212d54f21f1f31610.tar.lz
yuzu-7fe455e42ea1a8d5e702258212d54f21f1f31610.tar.xz
yuzu-7fe455e42ea1a8d5e702258212d54f21f1f31610.tar.zst
yuzu-7fe455e42ea1a8d5e702258212d54f21f1f31610.zip
Diffstat (limited to 'src/core/hid/hid_core.h')
-rw-r--r--src/core/hid/hid_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hid/hid_core.h b/src/core/hid/hid_core.h
index 140a0e962..2fb0f7e19 100644
--- a/src/core/hid/hid_core.h
+++ b/src/core/hid/hid_core.h
@@ -73,7 +73,7 @@ private:
std::unique_ptr<EmulatedController> handheld;
std::unique_ptr<EmulatedConsole> console;
std::unique_ptr<EmulatedDevices> devices;
- NpadStyleTag supported_style_tag;
+ NpadStyleTag supported_style_tag{NpadStyleSet::All};
};
} // namespace Core::HID