Skip to content
Snippets Groups Projects
Commit eff90550 authored by shinyquagsire23's avatar shinyquagsire23
Browse files

hid: clang-format

parent 36b89787
No related branches found
No related tags found
No related merge requests found
...@@ -74,8 +74,7 @@ private: ...@@ -74,8 +74,7 @@ private:
controller_header.left_color_body = JOYCON_BODY_NEON_BLUE; controller_header.left_color_body = JOYCON_BODY_NEON_BLUE;
controller_header.left_color_buttons = JOYCON_BUTTONS_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]; ControllerLayout& layout = mem->controllers[Controller_Handheld].layouts[layoutIdx];
layout.header.num_entries = HID_NUM_ENTRIES; layout.header.num_entries = HID_NUM_ENTRIES;
layout.header.max_entry_index = HID_NUM_ENTRIES - 1; layout.header.max_entry_index = HID_NUM_ENTRIES - 1;
...@@ -128,7 +127,8 @@ private: ...@@ -128,7 +127,8 @@ private:
// TODO(shinyquagsire23): Analog stick vals // 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 // TODO(shinyquagsire23): Update touch info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment