// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project // SPDX-License-Identifier: GPL-3.0-or-later #pragma once #include "common/common_funcs.h" #include "common/common_types.h" #include "common/vector_math.h" #include "core/hid/hid_types.h" #include "core/hle/service/hid/ring_lifo.h" namespace Service::HID {} // namespace Service::HID