summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.cpp
diff options
context:
space:
mode:
authorshinyquagsire23 <mtinc2@gmail.com>2018-01-17 03:22:58 +0100
committershinyquagsire23 <mtinc2@gmail.com>2018-01-17 03:22:58 +0100
commiteff90550a12f0edc696aedd055eea063634c24a1 (patch)
tree608ae6eaf17a75bec1f21b500d53f4e1a0babe8d /src/core/hle/service/hid/hid.cpp
parenthid: Adjust for style guide (diff)
downloadyuzu-eff90550a12f0edc696aedd055eea063634c24a1.tar
yuzu-eff90550a12f0edc696aedd055eea063634c24a1.tar.gz
yuzu-eff90550a12f0edc696aedd055eea063634c24a1.tar.bz2
yuzu-eff90550a12f0edc696aedd055eea063634c24a1.tar.lz
yuzu-eff90550a12f0edc696aedd055eea063634c24a1.tar.xz
yuzu-eff90550a12f0edc696aedd055eea063634c24a1.tar.zst
yuzu-eff90550a12f0edc696aedd055eea063634c24a1.zip
Diffstat (limited to 'src/core/hle/service/hid/hid.cpp')
-rw-r--r--src/core/hle/service/hid/hid.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/service/hid/hid.cpp b/src/core/hle/service/hid/hid.cpp
index 42e0f1e12..6254237fa 100644
--- a/src/core/hle/service/hid/hid.cpp
+++ b/src/core/hle/service/hid/hid.cpp
@@ -74,8 +74,7 @@ private:
controller_header.left_color_body = JOYCON_BODY_NEON_BLUE;
controller_header.left_color_buttons = JOYCON_BUTTONS_NEON_BLUE;
- for (int layoutIdx = 0; layoutIdx < HID_NUM_LAYOUTS; layoutIdx++)
- {
+ for (int layoutIdx = 0; layoutIdx < HID_NUM_LAYOUTS; layoutIdx++) {
ControllerLayout& layout = mem->controllers[Controller_Handheld].layouts[layoutIdx];
layout.header.num_entries = HID_NUM_ENTRIES;
layout.header.max_entry_index = HID_NUM_ENTRIES - 1;
@@ -128,7 +127,8 @@ private:
// TODO(shinyquagsire23): Analog stick vals
- // TODO(shinyquagsire23): Update pad info proper, (circular buffers, timestamps, layouts)
+ // TODO(shinyquagsire23): Update pad info proper, (circular buffers, timestamps,
+ // layouts)
}
// TODO(shinyquagsire23): Update touch info