mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
InputCommon: Add Pipes InputBackend class.
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user