ControllerInterface: DSU InputBackend implementation.

This commit is contained in:
Jordan Woyak
2022-10-22 17:33:21 -05:00
parent 2e5cd5d519
commit 168a49c87f
3 changed files with 94 additions and 82 deletions

View File

@ -4,6 +4,7 @@
#pragma once
#include "Common/Config/Config.h"
#include "InputCommon/ControllerInterface/InputBackend.h"
namespace ciface::DualShockUDPClient
{
@ -20,7 +21,6 @@ extern const Config::Info<std::string> SERVERS;
extern const Config::Info<bool> SERVERS_ENABLED;
} // namespace Settings
void Init();
void PopulateDevices();
void DeInit();
std::unique_ptr<ciface::InputBackend> CreateInputBackend(ControllerInterface* controller_interface);
} // namespace ciface::DualShockUDPClient