// Copyright 2023 Dolphin Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once #include "InputCommon/ControllerInterface/InputBackend.h" #include namespace ciface::SteamDeck { std::unique_ptr CreateInputBackend(ControllerInterface* controller_interface); }