InputCommon: Add Pipes InputBackend class.

This commit is contained in:
Jordan Woyak
2024-03-11 01:46:33 -05:00
parent 8098be3dfa
commit 2ac59bf581
3 changed files with 15 additions and 6 deletions

View File

@ -21,7 +21,7 @@ namespace ciface::Pipes
// SET {L, R} [0, 1]
// SET {MAIN, C} [0, 1] [0, 1]
void PopulateDevices();
std::unique_ptr<ciface::InputBackend> CreateInputBackend(ControllerInterface* controller_interface);
class PipeDevice : public Core::Device
{