Clang-format

This commit is contained in:
anirudhb
2020-04-28 17:39:44 -07:00
parent bcba34ae7d
commit b95e6c0b0a
2 changed files with 8 additions and 8 deletions

View File

@@ -301,14 +301,14 @@ private:
NPadGeneric left_joy_states;
NPadGeneric right_joy_states;
NPadGeneric pokeball_states;
NPadGeneric libnx; // TODO(ogniK): Find out what this actually is, libnx seems to only be
// relying on this for the time being
NPadGeneric libnx; // TODO(ogniK): Find out what this actually is, libnx seems to only be
// relying on this for the time being
SixAxisGeneric full; // used
SixAxisGeneric _handheld; // stub
SixAxisGeneric _left_dual; // stub
SixAxisGeneric _handheld; // stub
SixAxisGeneric _left_dual; // stub
SixAxisGeneric _right_dual; // stub
SixAxisGeneric _left; // stub
SixAxisGeneric _right; // stub
SixAxisGeneric _left; // stub
SixAxisGeneric _right; // stub
NPadDevice device_type;
NPadProperties properties;
INSERT_PADDING_WORDS(1);

View File

@@ -397,7 +397,7 @@ void Hid::StartSixAxisSensor(Kernel::HLERequestContext& ctx) {
const auto applet_resource_user_id{rp.Pop<u64>()};
LOG_DEBUG(Service_HID, "called, handle={}, applet_resource_user_id={}", handle,
applet_resource_user_id);
applet_resource_user_id);
applet_resource->ActivateController(HidController::SixAxisSensor);
IPC::ResponseBuilder rb{ctx, 2};
@@ -1191,4 +1191,4 @@ void InstallInterfaces(SM::ServiceManager& service_manager, Core::System& system
std::make_shared<XCD_SYS>()->InstallAsService(service_manager);
}
} // namespace Service::HID
} // namespace Service::HID